aboutsummaryrefslogtreecommitdiffstats
path: root/audio/nspmod
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-17 04:46:40 +0800
committerantoine <antoine@FreeBSD.org>2014-01-17 04:46:40 +0800
commit5e9352e2bc4200e9c5a9cdbc125785d613129ec0 (patch)
treefe9258df790d46a1347527cfe60782f00dffb3e0 /audio/nspmod
parenta47dca39ed30f9c6f9faa2d489e7b810ea8137b1 (diff)
downloadfreebsd-ports-gnome-5e9352e2bc4200e9c5a9cdbc125785d613129ec0.tar.gz
freebsd-ports-gnome-5e9352e2bc4200e9c5a9cdbc125785d613129ec0.tar.zst
freebsd-ports-gnome-5e9352e2bc4200e9c5a9cdbc125785d613129ec0.zip
Stage support
Diffstat (limited to 'audio/nspmod')
-rw-r--r--audio/nspmod/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile
index e397dd355505..efa452da1462 100644
--- a/audio/nspmod/Makefile
+++ b/audio/nspmod/Makefile
@@ -10,12 +10,10 @@ MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.org
COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
-MAN1= nspmod.1
-NO_STAGE= yes
-PLIST_FILES= bin/nspmod
+PLIST_FILES= bin/nspmod man/man1/nspmod.1.gz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>