Bug 39670 - [maintainter-update] ports/misc/granulate - ${PERL} -> ${REINPLACE_CMD}
Summary: [maintainter-update] ports/misc/granulate - ${PERL} -> ${REINPLACE_CMD}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-22 20:00 UTC by jharris
Modified: 2002-06-23 07:06 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2002-06-22 20:00:10 UTC
	change Perl dependency to ${REINPLACE_CMD} for ports/misc/granulate

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

? work
cvs server: Diffing .


iD8DBQE9FMeUSypIl9OdoOMRAlt1AJ95jlvrn7G+CmzuXRveondzio7bKgCgoWNo
DFc/Y3UZqEfcDoRG3eFR0NY=
=v0lk
-----END PGP SIGNATURE-------VJOpXQPSUs1HyDNbTz13DRelr5rZ2jJqvUJxrB7UxDHcQum0
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/granulate/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2002/04/02 02:38:33	1.5
+++ Makefile	2002/06/22 18:52:44
@@ -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 @@
 
 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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
How-To-Repeat: 
	apply patch below
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-23 07:06:29 UTC
State Changed
From-To: open->closed

committed, thanks