diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 18:21:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 18:21:14 +0000 |
commit | cf6c1d94066589229dee3a8542923bf70183d4ad (patch) | |
tree | 73f157f51ec583d3b8283eaa2dee872c2090ac7d /editors/gnotepad+ | |
parent | ab9882ea13576be7d2fc1d6f6bdbdc7e8bae252b (diff) |
Notes
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r-- | editors/gnotepad+/Makefile | 3 |
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: |