aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-18 06:08:21 +0800
committerantoine <antoine@FreeBSD.org>2014-01-18 06:08:21 +0800
commitada26742b1d6ff9e13ca495fc44d7606badfff91 (patch)
tree3228afd604f24e935bf29ae6a66d6464ba7ae69a
parent1e496474e3574d3d017ca191f5cf77d3ec153f22 (diff)
downloadfreebsd-ports-gnome-ada26742b1d6ff9e13ca495fc44d7606badfff91.tar.gz
freebsd-ports-gnome-ada26742b1d6ff9e13ca495fc44d7606badfff91.tar.zst
freebsd-ports-gnome-ada26742b1d6ff9e13ca495fc44d7606badfff91.zip
Stage support
-rw-r--r--audio/s3mod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile
index 9a09a683486b..7e89ecc14c43 100644
--- a/audio/s3mod/Makefile
+++ b/audio/s3mod/Makefile
@@ -12,7 +12,6 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MOD/S3M player
-NO_STAGE= yes
ALL_TARGET= freebsd
PLIST_FILES= bin/s3mod
@@ -20,6 +19,6 @@ pre-patch:
@${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>