aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-04-03 07:03:27 +0800
committerlioux <lioux@FreeBSD.org>2005-04-03 07:03:27 +0800
commit5bc2bb51d8f4d07bd344d3f8c4504335be98d7e4 (patch)
tree3c5aed32e19b3f404755ad40e5a722182eed42e5 /sysutils
parent13646f59961bc75a2059e1859f388da153832b1a (diff)
downloadfreebsd-ports-gnome-5bc2bb51d8f4d07bd344d3f8c4504335be98d7e4.tar.gz
freebsd-ports-gnome-5bc2bb51d8f4d07bd344d3f8c4504335be98d7e4.tar.zst
freebsd-ports-gnome-5bc2bb51d8f4d07bd344d3f8c4504335be98d7e4.zip
Uphold C{C,FLAGS}
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nrg2iso/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile
index 82fe40cc448a..2514aa6e6ffa 100644
--- a/sysutils/nrg2iso/Makefile
+++ b/sysutils/nrg2iso/Makefile
@@ -14,9 +14,15 @@ MAINTAINER= dieringe@zedat.fu-berlin.de
COMMENT= Convert Nero .nrg CD-Image format to ISO
USE_GMAKE= yes
+USE_REINPLACE= yes
PLIST_FILES= bin/nrg2iso
+post-patch:
+ @${REINPLACE_CMD} -E \
+ -e 's|gcc|${CC} ${CFLAGS}|' \
+ ${BUILD_WRKSRC}/${MAKEFILE}
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin