aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nrg2iso
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 16:05:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-15 16:05:56 +0000
commit2873bde87230b740537bb9c5b2b575e632cb5365 (patch)
tree0f5e71fe509ad757136a31313c0e379401edf5fb /sysutils/nrg2iso
parent4d6104c2e812b6d68a0843e9840682fce91af115 (diff)
downloadports-2873bde87230b740537bb9c5b2b575e632cb5365.tar.gz
ports-2873bde87230b740537bb9c5b2b575e632cb5365.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=333882
Diffstat (limited to 'sysutils/nrg2iso')
-rw-r--r--sysutils/nrg2iso/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile
index ad9a43df2927..13c45a9fd09a 100644
--- a/sysutils/nrg2iso/Makefile
+++ b/sysutils/nrg2iso/Makefile
@@ -9,17 +9,16 @@ MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert Nero .nrg CD-Image format to ISO
-USE_GMAKE= yes
+USES= gmake
PLIST_FILES= bin/nrg2iso
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E \
-e 's|gcc|${CC} ${CFLAGS}|' \
${BUILD_WRKSRC}/${MAKEFILE}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>