summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-11-03 18:28:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-11-03 18:28:40 +0000
commit6c466ae8354eb0b875066f611f76d52b961b2810 (patch)
treeaca5e6e59970f92f7f5c5bafcb15cda689890940 /security
parent1. fix "an undefined value as a symbol reference" problem on perl-5.005 (diff)
fix ${PERL} on -current.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=69363
Diffstat (limited to 'security')
-rw-r--r--security/xinetd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
index a7d87a8372d0..92f1f097f09d 100644
--- a/security/xinetd/Makefile
+++ b/security/xinetd/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.xinetd.org/
MAINTAINER= vanilla@FreeBSD.org
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
ALL_TARGET= build
@@ -29,7 +30,7 @@ EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-*
post-patch:
${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \
- ${PERL} -pi -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!'
+ ${REINPLACE_CMD} -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!'
@${SED} 's|%%PREFIX%%|${PREFIX}|g' < ${WRKSRC}/xinetd/xconfig.h \
> ${WRKSRC}/xinetd/xconfig.h.new
@${MV} ${WRKSRC}/xinetd/xconfig.h.new ${WRKSRC}/xinetd/xconfig.h