summaryrefslogtreecommitdiff
path: root/editors/gnotepad+
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-15 18:21:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-15 18:21:14 +0000
commitcf6c1d94066589229dee3a8542923bf70183d4ad (patch)
tree73f157f51ec583d3b8283eaa2dee872c2090ac7d /editors/gnotepad+
parentAdd an entry for editors/ghex. (diff)
unPERLify by using REINPLACE_CMD where appropriate.
PR: 48248 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=94035
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r--editors/gnotepad+/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile
index 6335fd8904e4..bebb134d3e25 100644
--- a/editors/gnotepad+/Makefile
+++ b/editors/gnotepad+/Makefile
@@ -21,6 +21,7 @@ COMMENT= Simple GTK-based text/HTML editor
DOCVERSION= 1.2.0
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_XPM= yes
WANT_GNOME= yes
USE_GNOME= gtk12
@@ -33,7 +34,7 @@ MAN1= gnp.1
.include <bsd.port.pre.mk>
post-patch:
- @${PERL} -pi.fbsd -e 's|use_gtkhtml=yes|use_gtkhtml=no|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure.in
.if !defined(NOPORTDOCS)
post-extract: