diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 21:11:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 21:11:52 +0800 |
commit | 1b9e1840d63f9a70953384a6972357db9dab50c5 (patch) | |
tree | f712ee098d954af20242ee9ff7db0566e1d91463 /x11 | |
parent | 9aec49a523bce54d62118e693327026367bd3834 (diff) | |
download | freebsd-ports-gnome-1b9e1840d63f9a70953384a6972357db9dab50c5.tar.gz freebsd-ports-gnome-1b9e1840d63f9a70953384a6972357db9dab50c5.tar.zst freebsd-ports-gnome-1b9e1840d63f9a70953384a6972357db9dab50c5.zip |
Stage support
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 7 |
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> |