diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
commit | f4a1e022c0d267b40fde97c90402277490d4eb4f (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /audio/playgsf | |
parent | 0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff) |
Notes
Diffstat (limited to 'audio/playgsf')
-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} |