svn commit: r337588 - head/audio/cpige
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 26 18:12:29 UTC 2013
Author: bapt
Date: Thu Dec 26 18:12:28 2013
New Revision: 337588
URL: http://svnweb.freebsd.org/changeset/ports/337588
Log:
Support stage
Modified:
head/audio/cpige/Makefile
Modified: head/audio/cpige/Makefile
==============================================================================
--- head/audio/cpige/Makefile Thu Dec 26 18:10:25 2013 (r337587)
+++ head/audio/cpige/Makefile Thu Dec 26 18:12:28 2013 (r337588)
@@ -12,7 +12,6 @@ MAINTAINER= itetcu at FreeBSD.org
COMMENT= Icecast/Shoutcast stream ripper
USES= gmake
-NO_STAGE= yes
MAKE_ARGS= CC="${CC}"
@@ -24,6 +23,6 @@ STRIP=
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list