aboutsummaryrefslogtreecommitdiff
path: root/audio/cpige
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:12:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:12:28 +0000
commited42a24787bf060a9e0680e68cdc7cda4d76fc67 (patch)
tree2aed777fc10ab4bec8a71aa33900353cf9eea1a4 /audio/cpige
parent5ea47c14524c416a22d15048556454ee2d2ed27f (diff)
downloadports-ed42a24787bf060a9e0680e68cdc7cda4d76fc67.tar.gz
ports-ed42a24787bf060a9e0680e68cdc7cda4d76fc67.zip
Support stage
Notes
Notes: svn path=/head/; revision=337588
Diffstat (limited to 'audio/cpige')
-rw-r--r--audio/cpige/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cpige/Makefile b/audio/cpige/Makefile
index 4be31fc4a5e2..c2b4a9253c8e 100644
--- a/audio/cpige/Makefile
+++ b/audio/cpige/Makefile
@@ -12,7 +12,6 @@ MAINTAINER= itetcu@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>