aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 18:41:30 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-08 18:41:30 +0800
commit27b58e05583dbd0dbed960cf162e599ebc0f227b (patch)
tree08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/gsculpt
parente5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff)
downloadfreebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz
freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.zst
freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip
PERL -> REINPLACE_CMD
PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r--graphics/gsculpt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile
index cd8dc4e9659a..7c7b4ab63f0f 100644
--- a/graphics/gsculpt/Makefile
+++ b/graphics/gsculpt/Makefile
@@ -16,11 +16,12 @@ DISTNAME= gSculpt-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION}
+USE_REINPLACE= yes
USE_GTK= yes
USE_GMAKE= yes
post-patch:
- @${PERL} -pi -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \
+ @${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \
s,gtk-config,${GTK_CONFIG},g ; \
s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \
s,/usr/include/gtk/,${X11BASE}/include/gtk12/gtk/,g ; \