diff options
Diffstat (limited to 'audio/playgsf/Makefile')
-rw-r--r-- | audio/playgsf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 9b836252ac2b..64d1bb4242a1 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -14,7 +14,6 @@ COMMENT= Command-line player for gsf audio files LIB_DEPENDS= ao:${PORTSDIR}/audio/libao USES= gmake -NO_STAGE= yes USE_DOS2UNIX= yes GNU_CONFIGURE= yes @@ -49,7 +48,7 @@ post-configure: @(cd ${WRKSRC}/libresample-0.1.3; ./configure ${CONFIGURE_ENV}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin post-install: ${CAT} ${PKGMESSAGE} |