diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-20 03:38:16 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-20 03:38:16 +0800 |
commit | 1b4ceb0caa805ca8d9643be00acb8bc6f88c433a (patch) | |
tree | e5276f5997ea253d90cae10f82cbd29bfb584a94 /www | |
parent | ce33c422a8953beb1c24cdb42b302947823b8189 (diff) | |
download | freebsd-ports-gnome-1b4ceb0caa805ca8d9643be00acb8bc6f88c433a.tar.gz freebsd-ports-gnome-1b4ceb0caa805ca8d9643be00acb8bc6f88c433a.tar.zst freebsd-ports-gnome-1b4ceb0caa805ca8d9643be00acb8bc6f88c433a.zip |
- lib/apache2 is empty and doesn't exist
- Bump PORTREVISION
Reported by: Geraint Edwards <gedge@yadn.org> via apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/apache20/Makefile | 3 | ||||
-rw-r--r-- | www/apache20/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index befbe4d701d7..13d9872d75cc 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.0.63 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} @@ -56,7 +56,6 @@ USE_PERL5= yes USE_RC_SUBR= apache2 USE_APACHE= common20 LIBTOOLFILES= configure -USE_LDCONFIG= ${PREFIX}/lib/apache2 USE_BZIP2= yes MPM_ITK_VERSION?= 20061030-01 diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index fe103441884d..6115cdc5664e 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -444,7 +444,6 @@ share/apache2/build/special.mk @dirrm share/apache2/build @dirrm share/apache2 @dirrmtry libexec/apache2 -@dirrm lib/apache2 @dirrm include/apache2 @exec mkdir -p %D/etc/apache2/Includes 2> /dev/null || true @exec mkdir -p %D/etc/apache2/envvars.d 2> /dev/null || true |