diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-11-08 08:52:43 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-11-08 08:52:43 +0000 |
commit | 176ac189c6c48b7f0fd2f4a3c37958b13ff0039b (patch) | |
tree | 61b4b637cd1090f60b070bd6a236a0b022cd403e /www | |
parent | c4c7a839f24465b5f2c4c738f88af84e30c0c8c1 (diff) | |
download | ports-176ac189c6c48b7f0fd2f4a3c37958b13ff0039b.tar.gz ports-176ac189c6c48b7f0fd2f4a3c37958b13ff0039b.zip |
Fix few wrong deinstallation commands and obsoleted dirrm
Submitted by: hrs
Notes
Notes:
svn path=/head/; revision=121114
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13+ipv6/Makefile | 1 | ||||
-rw-r--r-- | www/apache13+ipv6/pkg-plist | 15 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index d31a75dd85a8..8071db5cf9b7 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.33 +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 d0158aebce2d..d7ee87de4836 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.21 2004-11-05 18:21:25 sumikawa Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-plist,v 1.22 2004-11-08 08:52:43 sumikawa Exp $ bin/checkgid bin/dbmmanage bin/htdigest @@ -107,8 +107,8 @@ sbin/httpd sbin/logresolve sbin/rotatelogs %%SUB_SUEXEC%%sbin/suexec -@exec mkdir -p -m 755 www/data-dist -@unexec chmod u+w www/data-dist +@exec mkdir -p -m 755 %D/www/data-dist +@unexec chmod u+w %D/www/data-dist www/data-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @exec [ -d %D/www/data/ ] || ln -fs %B %D/www/data www/data-dist/apache_pb.gif @@ -142,7 +142,7 @@ www/data-dist/index.html.ru.ucs4 www/data-dist/index.html.ru.utf8 www/data-dist/index.html.se www/data-dist/index.html.zh-tw.big5 -@exec chmod a-w www/data-dist +@exec chmod a-w %D/www/data-dist share/doc/apache/LICENSE share/doc/apache/bind.html.en share/doc/apache/bind.html.fr @@ -433,13 +433,13 @@ share/doc/apache/win_service.html.ja.jis share/doc/apache/windows.html.en share/doc/apache/windows.html.html share/doc/apache/windows.html.ja.jis -@exec mkdir -p -m 755 www/cgi-bin-dist -@unexec chmod u+w www/cgi-bin-dist +@exec mkdir -p -m 755 %D/www/cgi-bin-dist +@unexec chmod u+w %D/www/cgi-bin-dist www/cgi-bin-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @exec [ -d %D/www/cgi-bin/ ] || ln -fs %B %D/www/cgi-bin www/cgi-bin-dist/printenv www/cgi-bin-dist/test-cgi -@exec chmod a-w www/cgi-bin-dist +@exec chmod a-w %D/www/cgi-bin-dist www/icons/README www/icons/a.gif www/icons/a.png @@ -670,7 +670,6 @@ www/icons/world2.png @dirrm share/doc/apache/misc @dirrm share/doc/apache/mod @dirrm share/doc/apache/programs -@dirrm share/doc/apache/search @dirrm share/doc/apache/vhosts @dirrm share/doc/apache @dirrm www/data-dist |