diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-08-04 14:26:23 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-08-04 14:26:23 +0800 |
commit | 32ce7bcd5fbfc30e9b08cfbe628408161f625b54 (patch) | |
tree | 077f041599ddc2e633005c6c5215914446e7eca0 /www | |
parent | 7f81caca1ef1c5ef3e53847f8f953d6d4139c3fd (diff) | |
download | freebsd-ports-gnome-32ce7bcd5fbfc30e9b08cfbe628408161f625b54.tar.gz freebsd-ports-gnome-32ce7bcd5fbfc30e9b08cfbe628408161f625b54.tar.zst freebsd-ports-gnome-32ce7bcd5fbfc30e9b08cfbe628408161f625b54.zip |
Fix pkg-plist.
Submitted by: erwin / pointyhat
PR: ports/101325
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13+ipv6/Makefile | 1 | ||||
-rw-r--r-- | www/apache13+ipv6/pkg-plist | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 561fb6f2430b..15d6324e99c2 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.37 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= apache_${PORTVERSION} diff --git a/www/apache13+ipv6/pkg-plist b/www/apache13+ipv6/pkg-plist index 53f1407cd60f..56d26210982d 100644 --- a/www/apache13+ipv6/pkg-plist +++ b/www/apache13+ipv6/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-plist,v 1.23 2005-02-11 20:43:04 clement Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-plist,v 1.24 2006-08-04 06:26:23 sumikawa Exp $ bin/checkgid bin/dbmmanage bin/htdigest @@ -199,6 +199,7 @@ share/doc/apache/index.html.fr share/doc/apache/index.html.html share/doc/apache/index.html.ja.jis share/doc/apache/install-tpf.html +share/doc/apache/install-ztpf.html share/doc/apache/install.html.en share/doc/apache/install.html.es share/doc/apache/install.html.fr @@ -662,7 +663,7 @@ www/icons/world2.png @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @unexec rm -f %D/etc/apache/httpd.conf.bak 2> /dev/null || true -@dirrm etc/apache +@dirrmtry etc/apache @dirrm include/apache/xml @dirrm include/apache @dirrm libexec/apache |