summaryrefslogtreecommitdiff
path: root/security/didentd
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-24 08:16:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-24 08:16:46 +0000
commita48e8aef24a539514f8a3c8b69537ac6699e1d17 (patch)
treeef23b34e3b3f2a3838e45b08089761ab2ab665ab /security/didentd
parent(bump port-revision, my mistake) (diff)
use reinplace instad of perl
Notes
Notes: svn path=/head/; revision=89146
Diffstat (limited to 'security/didentd')
-rw-r--r--security/didentd/Makefile3
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)