svn commit: r337573 - head/audio/amp

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 17:40:15 UTC 2013


Author: bapt
Date: Thu Dec 26 17:40:15 2013
New Revision: 337573
URL: http://svnweb.freebsd.org/changeset/ports/337573

Log:
  Support stage

Modified:
  head/audio/amp/Makefile

Modified: head/audio/amp/Makefile
==============================================================================
--- head/audio/amp/Makefile	Thu Dec 26 17:38:27 2013	(r337572)
+++ head/audio/amp/Makefile	Thu Dec 26 17:40:15 2013	(r337573)
@@ -11,14 +11,13 @@ MAINTAINER=	delphus at gmail.com
 COMMENT=	Another mp3 player
 
 GNU_CONFIGURE=	yes
-NO_STAGE=	yes
 USES=		gmake
 
-MAN1=		amp.1
-PLIST_FILES=	bin/amp
+PLIST_FILES=	bin/amp \
+		man/man1/amp.1.gz
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
-	@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/amp ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/amp.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list