diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:21:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:21:01 +0000 |
commit | 5c6497f10b6ad9d86cbb87f54ed91048112f4eae (patch) | |
tree | 1956e08d8bd1c5af6f7416d18be22c6ff3489382 /lang/php53 | |
parent | 0bf1b33ea084b0731b46542e0d92bd91fc347a44 (diff) |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 1 | ||||
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index f717e77288ed..f88f9382ec78 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -22,6 +22,7 @@ PORTNAME= php5 PORTVERSION= 5.0.0.r3 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} MASTER_SITE_SUBDIR= distributions/:release diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..489f17a40c11 --- /dev/null +++ b/lang/php53/files/patch-scripts::phpize.in @@ -0,0 +1,11 @@ +--- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 ++++ scripts/phpize.in Fri Jun 25 12:58:49 2004 +@@ -108,7 +108,7 @@ + + phpize_libtoolize() + { +- libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` ++ libtoolize=`$builddir/build/shtool path libtoolize13` + $libtoolize -f -c || exit 1 + } + |