diff options
Diffstat (limited to 'security/qident/Makefile')
-rw-r--r-- | security/qident/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile index a5bc299..5d96595 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 |