mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix pkg-plist.
Submitted by: erwin / pointyhat PR: ports/101325
This commit is contained in:
parent
a7455cf2b4
commit
fef291254c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169616
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= apache+ipv6
|
PORTNAME= apache+ipv6
|
||||||
PORTVERSION= 1.3.37
|
PORTVERSION= 1.3.37
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||||
DISTNAME= apache_${PORTVERSION}
|
DISTNAME= apache_${PORTVERSION}
|
||||||
|
|
|
@ -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/checkgid
|
||||||
bin/dbmmanage
|
bin/dbmmanage
|
||||||
bin/htdigest
|
bin/htdigest
|
||||||
|
@ -199,6 +199,7 @@ share/doc/apache/index.html.fr
|
||||||
share/doc/apache/index.html.html
|
share/doc/apache/index.html.html
|
||||||
share/doc/apache/index.html.ja.jis
|
share/doc/apache/index.html.ja.jis
|
||||||
share/doc/apache/install-tpf.html
|
share/doc/apache/install-tpf.html
|
||||||
|
share/doc/apache/install-ztpf.html
|
||||||
share/doc/apache/install.html.en
|
share/doc/apache/install.html.en
|
||||||
share/doc/apache/install.html.es
|
share/doc/apache/install.html.es
|
||||||
share/doc/apache/install.html.fr
|
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/cgi-bin ]; then rm -f %D/www/cgi-bin; fi
|
||||||
@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; 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
|
@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/xml
|
||||||
@dirrm include/apache
|
@dirrm include/apache
|
||||||
@dirrm libexec/apache
|
@dirrm libexec/apache
|
||||||
|
|
Loading…
Add table
Reference in a new issue