diff options
Diffstat (limited to 'sysutils/nrg2iso/Makefile')
-rw-r--r-- | sysutils/nrg2iso/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/nrg2iso/Makefile b/sysutils/nrg2iso/Makefile index b40f583b305b..ad9a43df2927 100644 --- a/sysutils/nrg2iso/Makefile +++ b/sysutils/nrg2iso/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nrg2iso -# Date created: 15 Aug 2004 -# Whom: dieringe -# +# Created by: dieringe # $FreeBSD$ -# PORTNAME= nrg2iso PORTVERSION= 0.4 @@ -17,6 +13,7 @@ USE_GMAKE= yes PLIST_FILES= bin/nrg2iso +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|gcc|${CC} ${CFLAGS}|' \ |