diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-06-16 06:04:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-06-16 06:04:46 +0000 |
commit | a4036966aff158993c4fd51e094f7dc4cb6b9298 (patch) | |
tree | 85c3a22eb3710037f1973048fb0ffc5e562a5f75 /lang/php53 | |
parent | 2145db679a3d52669e12bae6881fbb915a5d91c7 (diff) | |
download | ports-a4036966aff158993c4fd51e094f7dc4cb6b9298.tar.gz ports-a4036966aff158993c4fd51e094f7dc4cb6b9298.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index fb580dc518e8..36b3d601884a 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -462,7 +462,7 @@ post-extract: .endif .if ${PHP_MODNAME} == "oracle" -post-patch: +pre-configure: @cd ${WRKSRC}; \ for lib in c3v6 client common core3 epc generic ncr nlsrtl3 sqlnet wrap; do \ /usr/bin/ar x ${LOCALBASE}/oracle7/lib/lib$${lib}.a; \ |