diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-24 08:16:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-24 08:16:46 +0000 |
commit | a48e8aef24a539514f8a3c8b69537ac6699e1d17 (patch) | |
tree | ef23b34e3b3f2a3838e45b08089761ab2ab665ab /security/didentd | |
parent | a743fc839181e47e35c1903f3b3e98226e9bcba2 (diff) |
Notes
Diffstat (limited to 'security/didentd')
-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) |