diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/php3/PLIST | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/php3/PLIST')
-rw-r--r-- | www/php3/PLIST | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/php3/PLIST b/www/php3/PLIST new file mode 100644 index 00000000000..1ca3f3ea3ee --- /dev/null +++ b/www/php3/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:18:26 zuntum Exp $ +bin/php +bin/php2convert +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 +share/examples/php3/dir.php3 +share/examples/php3/log-db.php3 +share/examples/php3/log-footer.php3 +share/examples/php3/log-header.php3 +share/examples/php3/log-test.php3 +share/php3/README +share/php3/php2.gif +share/php3/php3.gif +share/php3/phpi.gif +share/php3/phps.gif +@exec mkdir -p %D/lib/php3 +@dirrm lib/php3 +@dirrm share/examples/php3 +@dirrm share/php3 |