aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-05 13:11:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-05 13:11:52 +0000
commitf1bfb28bf955ada1c2bf6d6061d6e440ee19c4d0 (patch)
treef712ee098d954af20242ee9ff7db0566e1d91463 /x11
parentf546c1d1de7505d2df1e7f753da893b10e8e6470 (diff)
downloadports-f1bfb28bf955ada1c2bf6d6061d6e440ee19c4d0.tar.gz
ports-f1bfb28bf955ada1c2bf6d6061d6e440ee19c4d0.zip
Stage support
Notes
Notes: svn path=/head/; revision=338764
Diffstat (limited to 'x11')
-rw-r--r--x11/fbdesk/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index 5096d196b582..cad2998c2ea7 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
PORTDOCS= ChangeLog INSTALL README
PLIST_FILES= bin/fbdesk
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMLIB2}
@@ -37,10 +36,8 @@ CONFIGURE_ARGS+= --disable-imlib2
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>