aboutsummaryrefslogtreecommitdiff
path: root/security/qident/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commita6429924fc57a145369eb5b2d3d0f45c65656b19 (patch)
treea7703a1b06cbba057e160e6f7af6e66d74cfc940 /security/qident/Makefile
parent31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff)
downloadports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz
ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip
Notes
Diffstat (limited to 'security/qident/Makefile')
-rw-r--r--security/qident/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile
index a5bc29957560..5d965958b070 100644
--- a/security/qident/Makefile
+++ b/security/qident/Makefile
@@ -14,6 +14,8 @@ MAINTAINER= dd@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
+USE_REINPLACE= yes
+
MANSECTS= 1
MAN1= qident.1
MANCOMPRESSED= maybe
@@ -26,7 +28,7 @@ MANCOMPSUFFIX=
.endif
post-patch:
- @${PERL} -pi -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*
+ @${REINPLACE_CMD} -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/qident ${PREFIX}/bin/qident