diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /security/qident | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz |
PERL -> REINPLACE
Noticed on: bento
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 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 |