diff options
author | tv <tv> | 1999-05-03 21:32:46 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-03 21:32:46 +0000 |
commit | aab0499717b5148ea98d09125cd330e90b7515c7 (patch) | |
tree | f1c8be3d54ced3b151ab99768ccd0afe4342da6d /www/php3/pkg | |
parent | bb6a7f815944b9d77adfa2e1f6f94beea89fad0f (diff) | |
download | pkgsrc-aab0499717b5148ea98d09125cd330e90b7515c7.tar.gz |
Clean up some of the configuration, build, and install of php3.
Diffstat (limited to 'www/php3/pkg')
-rw-r--r-- | www/php3/pkg/MESSAGE | 8 | ||||
-rw-r--r-- | www/php3/pkg/PLIST | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/php3/pkg/MESSAGE b/www/php3/pkg/MESSAGE index 19a5dfdf673..1cc9f342763 100644 --- a/www/php3/pkg/MESSAGE +++ b/www/php3/pkg/MESSAGE @@ -1,6 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 1999/05/03 19:45:45 tv Exp $ +$NetBSD: MESSAGE,v 1.4 1999/05/03 21:32:46 tv Exp $ -Commands for global initialization of PHP3 may be placed in the file -PREFIX/etc/php3.ini (where php3 is installed in PREFIX/bin/php). +The documentation is not instaled with this package. For the PHP3 Manual, +see the URL: + + http://www.php.net/manual/ =========================================================================== diff --git a/www/php3/pkg/PLIST b/www/php3/pkg/PLIST index ac68fe3d983..9df3f5d2570 100644 --- a/www/php3/pkg/PLIST +++ b/www/php3/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/05/03 19:45:45 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/05/03 21:32:46 tv Exp $ bin/dbfadd bin/dbfcreat bin/dbfdel @@ -10,7 +10,8 @@ bin/dbfscan bin/dbftst bin/php bin/php2convert -include/php3/config.h +etc/php3.ini.example +@exec [ -f %D/etc/php3.ini ] || cp %D/etc/php3.ini.example %D/etc/php3.ini libexec/cgi-bin/php share/examples/php3/README.logging share/examples/php3/date.php3 @@ -25,7 +26,6 @@ share/php3/php3.gif share/php3/phpi.gif share/php3/phps.gif @exec mkdir -p %D/lib/php3 -@dirrm include/php3 @dirrm lib/php3 @dirrm share/examples/php3 @dirrm share/php3 |