svn commit: r334774 - head/audio/discid
Baptiste Daroussin
bapt at FreeBSD.org
Sun Nov 24 19:27:20 UTC 2013
Author: bapt
Date: Sun Nov 24 19:27:20 2013
New Revision: 334774
URL: http://svnweb.freebsd.org/changeset/ports/334774
Log:
Support staging
Modified:
head/audio/discid/Makefile
Modified: head/audio/discid/Makefile
==============================================================================
--- head/audio/discid/Makefile Sun Nov 24 19:26:11 2013 (r334773)
+++ head/audio/discid/Makefile Sun Nov 24 19:27:20 2013 (r334774)
@@ -13,7 +13,6 @@ COMMENT= Identify audio cd in your drive
WRKSRC= ${WRKDIR}/freebsd
-NO_STAGE= yes
PLIST_FILES= bin/discid
post-patch:
@@ -23,6 +22,6 @@ do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list