diff options
author | ache <ache@FreeBSD.org> | 1997-06-07 22:28:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-07 22:28:28 +0800 |
commit | a5fc29d8e95d1b832dcc7f345f3405219adf6ea6 (patch) | |
tree | 7bf16496fbb1da3d40ca3e57980ad4ded3751e48 /www/apache13 | |
parent | ec451a714f14f5864deb693c2660c1235b32ed01 (diff) | |
download | freebsd-ports-gnome-a5fc29d8e95d1b832dcc7f345f3405219adf6ea6.tar.gz freebsd-ports-gnome-a5fc29d8e95d1b832dcc7f345f3405219adf6ea6.tar.zst freebsd-ports-gnome-a5fc29d8e95d1b832dcc7f345f3405219adf6ea6.zip |
Always installl *-dist files and list them in PLIST too, it allows
pkg_delete not remove current configuration
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index f9e1d97aa85a..c60ce6b20139 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -1,9 +1,9 @@ etc/rc.d/apache.sh @exec mkdir -p %D/www/cgi-bin %D/www/data -etc/apache/httpd.conf -etc/apache/srm.conf -etc/apache/access.conf -etc/apache/mime.types +etc/apache/httpd.conf-dist +etc/apache/srm.conf-dist +etc/apache/access.conf-dist +etc/apache/mime.types-dist sbin/httpd www/icons/README www/icons/a.gif |