svn commit: r339987 - head/audio/nspmod

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 20:46:41 UTC 2014


Author: antoine
Date: Thu Jan 16 20:46:40 2014
New Revision: 339987
URL: http://svnweb.freebsd.org/changeset/ports/339987
QAT: https://qat.redports.org/buildarchive/r339987/

Log:
  Stage support

Modified:
  head/audio/nspmod/Makefile

Modified: head/audio/nspmod/Makefile
==============================================================================
--- head/audio/nspmod/Makefile	Thu Jan 16 20:45:25 2014	(r339986)
+++ head/audio/nspmod/Makefile	Thu Jan 16 20:46:40 2014	(r339987)
@@ -10,12 +10,10 @@ MASTER_SITE_SUBDIR=	apps/sound/players
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list