From e40046b15dfb9ad5c4dcaa8137ef304b829ea59b Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 7 Jan 2001 17:49:52 +0000 Subject: Clean up inefficient perl invocations; use multiple REs in the same call. --- security/portsentry/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/portsentry') diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index fa7180ad69c9..af71d8c92568 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -15,8 +15,8 @@ MAINTAINER= dan@freebsddiary.org ALL_TARGET= freebsd post-patch: - @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry.conf - @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry_config.h + @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' \ + ${WRKSRC}/portsentry.conf ${WRKSRC}/portsentry_config.h do-install: .if !exists($(PREFIX)/etc/portsentry.conf) -- cgit v1.2.3