diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-05-23 00:21:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-05-23 00:21:12 +0800 |
commit | b05a7c608de67bb7b4d411c65e32fa68ce93274a (patch) | |
tree | 169b4a2e68b79928c02fe445d4f711a62245fd3b | |
parent | 1513d515cfd7419242764403eac91a939218ec1a (diff) | |
download | freebsd-ports-gnome-b05a7c608de67bb7b4d411c65e32fa68ce93274a.tar.gz freebsd-ports-gnome-b05a7c608de67bb7b4d411c65e32fa68ce93274a.tar.zst freebsd-ports-gnome-b05a7c608de67bb7b4d411c65e32fa68ce93274a.zip |
Stageify.
Approved by: portmgr@
-rw-r--r-- | audio/mp3burn/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mp3burn/Makefile b/audio/mp3burn/Makefile index 25e7e2c41b13..6ef980ef736b 100644 --- a/audio/mp3burn/Makefile +++ b/audio/mp3burn/Makefile @@ -19,9 +19,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_BZIP2= yes -NO_STAGE= yes -USES= perl5 +USES= perl5 tar:bzip2 NO_BUILD= yes PLIST_FILES= bin/mp3burn @@ -33,6 +31,6 @@ post-patch: -e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |