diff options
author | ache <ache@FreeBSD.org> | 2004-11-07 06:41:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-11-07 06:41:07 +0800 |
commit | 4d4b6ce5cf32207993f0b41755096c5b082ec8df (patch) | |
tree | 9869eb724d4347b585393e43f113528d2fa7b70a | |
parent | 09a4870456e60e9f3f2282817bc498ffd66803cf (diff) | |
download | freebsd-ports-gnome-4d4b6ce5cf32207993f0b41755096c5b082ec8df.tar.gz freebsd-ports-gnome-4d4b6ce5cf32207993f0b41755096c5b082ec8df.tar.zst freebsd-ports-gnome-4d4b6ce5cf32207993f0b41755096c5b082ec8df.zip |
Fix few wrong deinstallation commands and obsoleted dirrm
Submitted by: hrs
-rw-r--r-- | www/apache13/Makefile | 1 | ||||
-rw-r--r-- | www/apache13/pkg-plist | 13 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 99421ec2e394..762d2bd0fa1c 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.33 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= apache_${PORTVERSION} diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index fd6ebc5d779b..3ee091a25e18 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -105,8 +105,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 @@ -140,7 +140,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 @@ -431,13 +431,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 @@ -668,7 +668,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 |