aboutsummaryrefslogtreecommitdiffstats
path: root/www/amyc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 13:46:38 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 13:46:38 +0800
commit7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch)
tree753b016f246dce9957c268962733d34c7e3eb7b7 /www/amyc
parentc4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff)
downloadfreebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.gz
freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.zst
freebsd-ports-gnome-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.zip
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'www/amyc')
-rw-r--r--www/amyc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile
index 26408e575cd9..8267e74513bf 100644
--- a/www/amyc/Makefile
+++ b/www/amyc/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= petef@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_REINPLACE= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -35,7 +36,7 @@ PLIST_SUB= WITH_GTK="@comment "
.endif
post-patch:
- @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
+ @${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.post.mk>