mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- 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
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= iconv gmake pkgconfig
|
USES= gmake iconv pkgconfig
|
||||||
USE_GNOME= gtk20 intlhack
|
USE_GNOME= gtk20 intlhack
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -24,7 +24,6 @@ OPTIONS_SUB= yes
|
||||||
|
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
@ -39,13 +38,7 @@ post-patch:
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${MKDIR} ${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
@${ECHO_CMD}
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO_CMD}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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,
|
xfce4-taskmanager with all dependencies on xfce removed, new features,
|
||||||
and some improvement of the user interface.
|
and some improvement of the user interface.
|
||||||
|
|
||||||
WWW: http://lxde.sourceforge.net/
|
WWW: http://wiki.lxde.org/en/LXTask
|
||||||
|
|
Loading…
Add table
Reference in a new issue