aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lxtask/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 00:38:44 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 00:38:44 +0000
commitfef6823ee78f81a946da80dab51ebbdf2b7fc337 (patch)
tree26fbd6289440c5e7c71075c989155e19d0b88428 /sysutils/lxtask/Makefile
parent45599988459ba02d44300c962c6351b8cc937cc9 (diff)
downloadports-fef6823ee78f81a946da80dab51ebbdf2b7fc337.tar.gz
ports-fef6823ee78f81a946da80dab51ebbdf2b7fc337.zip
- Support STAGEDIR
- Change WWW
Notes
Notes: svn path=/head/; revision=339061
Diffstat (limited to 'sysutils/lxtask/Makefile')
-rw-r--r--sysutils/lxtask/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile
index d1b2172558e4..2479e6e2f4ca 100644
--- a/sysutils/lxtask/Makefile
+++ b/sysutils/lxtask/Makefile
@@ -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>