diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 05:37:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-18 05:37:26 +0800 |
commit | 42c7fe15b1afff1d82d50c28ad8e30d2983a757f (patch) | |
tree | fa9c31eaeba171e41d66845e4a92fec3cc73014a /lang/smarteiffel | |
parent | 5007ce1d5e384242484181270cc1fe82c6af5d79 (diff) | |
download | freebsd-ports-gnome-42c7fe15b1afff1d82d50c28ad8e30d2983a757f.tar.gz freebsd-ports-gnome-42c7fe15b1afff1d82d50c28ad8e30d2983a757f.tar.zst freebsd-ports-gnome-42c7fe15b1afff1d82d50c28ad8e30d2983a757f.zip |
Omit creation of .bak files while patching to prevent those files from being
installed.
PR: 96778 (related)
Notified by: pointyhat via kris
Submitted by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'lang/smarteiffel')
-rw-r--r-- | lang/smarteiffel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile index 445a16c0c44e..a01b3925737d 100644 --- a/lang/smarteiffel/Makefile +++ b/lang/smarteiffel/Makefile @@ -7,7 +7,7 @@ PORTNAME= smarteiffel DISTVERSION= 1.2r6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://except.com.ar/downloads/smarteiffel/ DISTNAME= SmartEiffel-${DISTVERSION} @@ -32,7 +32,7 @@ PLIST_SUB+= PORTVERSION=${DISTVERSION} SUB_FILES= pkg-install pkg-message post-patch: - @${REINPLACE_CMD} \ + @${REINPLACE_CMD} -i '' \ -e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \ -e 's|^.*cpp_compiler_options:.*$$|cpp_compiler_options: ${CXXFLAGS}|' \ ${WRKSRC}/install/gcc.rc |