aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cpige
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 02:12:28 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 02:12:28 +0800
commit5aeb433eb34dd0416fc266a5e4658b4526a8fff5 (patch)
tree2aed777fc10ab4bec8a71aa33900353cf9eea1a4 /audio/cpige
parent44845eb85b4d5804afb7b40562c3d64ff65c2dfa (diff)
downloadfreebsd-ports-gnome-5aeb433eb34dd0416fc266a5e4658b4526a8fff5.tar.gz
freebsd-ports-gnome-5aeb433eb34dd0416fc266a5e4658b4526a8fff5.tar.zst
freebsd-ports-gnome-5aeb433eb34dd0416fc266a5e4658b4526a8fff5.zip
Support stage
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>