aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfront
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 04:30:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 04:30:50 +0800
commita57e25e19f546eddc7c1e37a8190e39b82d80924 (patch)
tree55da60aef1b2c32d67ec2312379a244877492550 /audio/sfront
parent691fae9df43453ce41f634c8a45a78f7dbcc4049 (diff)
downloadfreebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.gz
freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.tar.zst
freebsd-ports-gnome-a57e25e19f546eddc7c1e37a8190e39b82d80924.zip
Support staging.
Diffstat (limited to 'audio/sfront')
-rw-r--r--audio/sfront/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile
index 96997d5e24df..2c6669f1cca7 100644
--- a/audio/sfront/Makefile
+++ b/audio/sfront/Makefile
@@ -12,7 +12,6 @@ COMMENT= Translator that converts MP4-SA files into efficient C programs
LICENSE= BSD
USES= bison
-NO_STAGE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
@@ -25,6 +24,6 @@ post-patch:
@${REINPLACE_CMD} -E '/^(OPT|CC|DBUG)/d' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>