svn commit: r337592 - head/audio/dagrab

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 18:22:35 UTC 2013


Author: bapt
Date: Thu Dec 26 18:22:34 2013
New Revision: 337592
URL: http://svnweb.freebsd.org/changeset/ports/337592

Log:
  support stage

Modified:
  head/audio/dagrab/Makefile

Modified: head/audio/dagrab/Makefile
==============================================================================
--- head/audio/dagrab/Makefile	Thu Dec 26 18:17:44 2013	(r337591)
+++ head/audio/dagrab/Makefile	Thu Dec 26 18:22:34 2013	(r337592)
@@ -11,12 +11,11 @@ MASTER_SITE_SUBDIR=	apps/sound/cdrom
 MAINTAINER=	clkao at CirX.ORG
 COMMENT=	Read audio tracks from a CD into wav sound files
 
-NO_STAGE=	yes
-MAN1=		dagrab.1
-PLIST_FILES=	bin/dagrab
+PLIST_FILES=	bin/dagrab \
+		man/man1/dagrab.1.gz
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/dagrab ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dagrab.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list