diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 13:46:38 +0800 |
commit | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch) | |
tree | 753b016f246dce9957c268962733d34c7e3eb7b7 /devel/prcs | |
parent | c4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff) | |
download | freebsd-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 'devel/prcs')
-rw-r--r-- | devel/prcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 7b1adc7690dc..83115b36a8b8 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -15,6 +15,8 @@ MAINTAINER= sam@inf.enst.fr USE_GMAKE= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes + MAN1= prcs.1 .include <bsd.port.pre.mk> @@ -27,7 +29,7 @@ PLIST_SUB+= EMACS='@comment ' pre-configure: .if !exists(${LOCALBASE}/bin/emacs) - ${PERL} -pi -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \ + ${REINPLACE_CMD} -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \ ${WRKSRC}/Makefile.in .endif |