summaryrefslogtreecommitdiff
path: root/editors/gxedit
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/gxedit
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/gxedit')
-rw-r--r--editors/gxedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile
index 9f5c92b1aafa..ac9423cabdab 100644
--- a/editors/gxedit/Makefile
+++ b/editors/gxedit/Makefile
@@ -16,12 +16,13 @@ MAINTAINER= dom@happygiraffe.net
COMMENT= A simple GTK+ editor
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_GNOME= gtk12
ALL_TARGET= gxedit
post-patch:
- @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
+ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtk-shell ${PREFIX}/bin