diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | a6429924fc57a145369eb5b2d3d0f45c65656b19 (patch) | |
tree | a7703a1b06cbba057e160e6f7af6e66d74cfc940 /security/qident | |
parent | 31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff) | |
download | ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip |
Notes
Diffstat (limited to 'security/qident')
-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 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 |