diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:01 +0800 |
commit | 1b7bb332fa18b58d935d7c527a75470c92de2626 (patch) | |
tree | 2f4141a4af38a668cf36cef3a620918d857e0a08 /lang | |
parent | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (diff) | |
download | freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.tar.gz freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.tar.zst freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index ac5814c70844..b5afc348c7ec 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -52,6 +52,7 @@ MAN7= dylan.7 gwydion.7 .include <bsd.port.pre.mk> +USE_REINPLACE= yes .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 PLIST_SUB+= GTK_ONLY="" @@ -64,7 +65,7 @@ post-extract: ${CHMOD} ugo+x $(WRKDIR)/d2c pre-patch: - @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|' \ + @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|' \ ${WRKSRC}/platform/gtk+/gtk+/gtk.lid patch-libtool: |