diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-03 18:28:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-11-03 18:28:40 +0000 |
commit | 6c466ae8354eb0b875066f611f76d52b961b2810 (patch) | |
tree | aca5e6e59970f92f7f5c5bafcb15cda689890940 | |
parent | ea9232414be15ec5071063eb87e03cd92be1a322 (diff) | |
download | ports-6c466ae8354eb0b875066f611f76d52b961b2810.tar.gz ports-6c466ae8354eb0b875066f611f76d52b961b2810.zip |
Notes
-rw-r--r-- | security/xinetd/Makefile | 3 |
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 |