- Support STAGEDIR
- Change WWW
This commit is contained in:
parent
4559998845
commit
fef6823ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339061
2 changed files with 4 additions and 11 deletions
|
@ -12,7 +12,7 @@ COMMENT= Lightweight desktop-independent task manager
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= iconv gmake pkgconfig
|
||||
USES= gmake iconv pkgconfig
|
||||
USE_GNOME= gtk20 intlhack
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -24,7 +24,6 @@ OPTIONS_SUB= yes
|
|||
|
||||
NLS_USES= gettext
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -39,13 +38,7 @@ post-patch:
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
@${ECHO_CMD}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_CMD}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,4 +2,4 @@ LXTask - lightweight and desktop-independent task manager derived from
|
|||
xfce4-taskmanager with all dependencies on xfce removed, new features,
|
||||
and some improvement of the user interface.
|
||||
|
||||
WWW: http://lxde.sourceforge.net/
|
||||
WWW: http://wiki.lxde.org/en/LXTask
|
||||
|
|
Loading…
Reference in a new issue