summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 23:38:55 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 23:38:55 +0000
commit4c4d72d4e8a8f18f33b5cbe2aabe4b70ec2535b4 (patch)
tree463c7bb2a9fa7b4fa11613f86e1ea6203034428c /x11-themes
parentResurrect and update to 1.0 (diff)
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
Notes
Notes: svn path=/head/; revision=339188
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/lxde-icon-theme/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-themes/lxde-icon-theme/Makefile b/x11-themes/lxde-icon-theme/Makefile
index 8d53fc770203..0d0df1248466 100644
--- a/x11-themes/lxde-icon-theme/Makefile
+++ b/x11-themes/lxde-icon-theme/Makefile
@@ -12,8 +12,7 @@ COMMENT= LXDE Icon Theme
LICENSE= GPLv3
USE_BZIP2= YES
-USE_GMAKE= yes
-USES= iconv
+USES= gmake iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
@@ -24,17 +23,12 @@ PORTDOCS= AUTHORS
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \
${WRKSRC}/Makefile.in
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>