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 /audio/schism | |
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 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile index 50cbb6e74d05..c2f527953e26 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -17,7 +17,6 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= i386 amd64 USE_SDL= yes -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes @@ -29,7 +28,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.pre.mk> |