diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 04:30:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 04:30:50 +0800 |
commit | a57e25e19f546eddc7c1e37a8190e39b82d80924 (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /devel | |
parent | 691fae9df43453ce41f634c8a45a78f7dbcc4049 (diff) | |
download | freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.gz freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.zst freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.zip |
Support staging.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bunny/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 7835f593e16f..c5c711cd501a 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -22,7 +22,6 @@ ONLY_FOR_ARCHS_REASON= Fails to compile: invokes i386 asm OPTIONS_DEFINE=DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -30,12 +29,12 @@ post-patch: do-install: .for f in ${PLIST_FILES} - ${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${STAGEDIR}${PREFIX}/bin .endfor .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |