diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-24 16:16:46 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-24 16:16:46 +0800 |
commit | b3ae81637643656dc4076aec315cd9d7e30d80f6 (patch) | |
tree | 77ecf7e79e63ebf4f14df55e9e42fb9449d594b0 | |
parent | 8024b3c5e0dd7f8196a3bd5168a479f8eca99d87 (diff) | |
download | freebsd-ports-gnome-b3ae81637643656dc4076aec315cd9d7e30d80f6.tar.gz freebsd-ports-gnome-b3ae81637643656dc4076aec315cd9d7e30d80f6.tar.zst freebsd-ports-gnome-b3ae81637643656dc4076aec315cd9d7e30d80f6.zip |
use reinplace instad of perl
-rw-r--r-- | security/didentd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/didentd/Makefile b/security/didentd/Makefile index 7bfe3bff8bdc..023c42942bf5 100644 --- a/security/didentd/Makefile +++ b/security/didentd/Makefile @@ -15,11 +15,12 @@ COMMENT= Modular RfC1423 (identd) server sending encrypted audit tokens. RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +USE_REINPLACE= yes ALL_TARGET= all INSTALL_TARGET= install post-patch: - ${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) |