diff options
author | jlam <jlam> | 2001-05-02 22:22:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-02 22:22:42 +0000 |
commit | 0574080d3b1b0b1cc3a7f4c81595fa221c4cb909 (patch) | |
tree | fb2dcb26315dcc839d36a66d89507ddc39053a67 /www/apache6/pkg/PLIST | |
parent | c9c43e4e74c7ec8cc58a90f4e7701af90b1e62ef (diff) | |
download | pkgsrc-0574080d3b1b0b1cc3a7f4c81595fa221c4cb909.tar.gz |
Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
the per-package code that attempt to remove this directory if it's empty.
Diffstat (limited to 'www/apache6/pkg/PLIST')
-rw-r--r-- | www/apache6/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache6/pkg/PLIST b/www/apache6/pkg/PLIST index c3ea485c358..a7a2b238d10 100644 --- a/www/apache6/pkg/PLIST +++ b/www/apache6/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2001/04/14 19:42:54 kim Exp $ +@comment $NetBSD: PLIST,v 1.12 2001/05/02 22:22:43 jlam Exp $ bin/dbmmanage bin/htdigest bin/htpasswd @@ -411,4 +411,3 @@ share/httpd/icons/world2.gif @dirrm share/examples/httpd @dirrm include/httpd/xml @dirrm include/httpd -@unexec rmdir %D/libexec/cgi-bin 2>/dev/null || true |