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 | |
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')
-rw-r--r-- | databases/firebird-client/Makefile | 5 | ||||
-rw-r--r-- | databases/firebird-devel/Makefile | 5 | ||||
-rw-r--r-- | databases/firebird-server/Makefile | 5 | ||||
-rw-r--r-- | databases/firebird/Makefile | 5 | ||||
-rw-r--r-- | databases/firebird2-server/Makefile | 5 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 5 |
6 files changed, 18 insertions, 12 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: diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile index 91087e76a627..f1347c86c894 100644 --- a/databases/firebird-devel/Makefile +++ b/databases/firebird-devel/Makefile @@ -21,6 +21,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 @@ -41,10 +42,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: diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 486467c2efda..c0f4343a84d1 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/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: diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 486467c2efda..c0f4343a84d1 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/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: diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 486467c2efda..c0f4343a84d1 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/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: diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 486467c2efda..c0f4343a84d1 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/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: |