diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 18:12:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 18:12:28 +0000 |
commit | ed42a24787bf060a9e0680e68cdc7cda4d76fc67 (patch) | |
tree | 2aed777fc10ab4bec8a71aa33900353cf9eea1a4 /audio/cpige/Makefile | |
parent | 5ea47c14524c416a22d15048556454ee2d2ed27f (diff) | |
download | ports-ed42a24787bf060a9e0680e68cdc7cda4d76fc67.tar.gz ports-ed42a24787bf060a9e0680e68cdc7cda4d76fc67.zip |
Notes
Diffstat (limited to 'audio/cpige/Makefile')
-rw-r--r-- | audio/cpige/Makefile | 3 |
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> |