diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
commit | 31e736c00404a9a4083bb7b2da33f970bfd05548 (patch) | |
tree | 0a02623cebf1922f197b4ac093828a6794b4670e /databases/firebird-client | |
parent | 5914dd37c79a5ce711d244765e87a84e7c4b889f (diff) | |
download | freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.gz freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.zst freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'databases/firebird-client')
-rw-r--r-- | databases/firebird-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 486467c2efda..c0f4343a84d1 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -24,6 +24,7 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 @@ -43,10 +44,10 @@ do-extract: post-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} .if ${OSVERSION} >= 500016 || ${OSVERSION} >= 430001 - @${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' \ + @${REINPLACE_CMD} -e 's,\-ldescrypt,\-lcrypt,g' \ ${WRKSRC}/builds/original/prefix.freebsd .else - @${PERL} -pi -e 's,^crypt_set_format.*,,' ${WRKSRC}/jrd/enc.c + @${REINPLACE_CMD} -e 's,^crypt_set_format.*,,' ${WRKSRC}/jrd/enc.c .endif do-configure: |