diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 14:06:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 14:06:22 +0800 |
commit | 573a984df410040e519276ab5217ddeb6110d8a9 (patch) | |
tree | b58184c22bf01523c615064b2314ba7470949026 /misc/granulate | |
parent | 2e5a089158bc145f89582021e74d01797d009897 (diff) | |
download | freebsd-ports-gnome-573a984df410040e519276ab5217ddeb6110d8a9.tar.gz freebsd-ports-gnome-573a984df410040e519276ab5217ddeb6110d8a9.tar.zst freebsd-ports-gnome-573a984df410040e519276ab5217ddeb6110d8a9.zip |
${PERL} -> ${REINPLACE_CMD}
PR: 39670
Submitted by: maintainer
Diffstat (limited to 'misc/granulate')
-rw-r--r-- | misc/granulate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index cda3ec43b7a6..3f356b7105d4 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: granulate # Date created: Feb 17, 2001 # Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> @@ -14,8 +13,10 @@ MASTER_SITES= http://exe2bin.com/granulate/ \ MAINTAINER= jharris@widomaker.com +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ + ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |