diff options
author | clement <clement@FreeBSD.org> | 2004-12-16 08:25:33 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-12-16 08:25:33 +0000 |
commit | b9e55f74831b6281b3d9ca895401fe009200a051 (patch) | |
tree | 6ea9e8ccc5b15107fb840f0284355e64b03cade4 /www/apache22 | |
parent | 2c0a0b4f632b4a94f824239366a887e79ff8ea77 (diff) | |
download | FreeBSD-ports-b9e55f74831b6281b3d9ca895401fe009200a051.zip FreeBSD-ports-b9e55f74831b6281b3d9ca895401fe009200a051.tar.gz |
- Remove 2 apr related directory
Reported by: pointyhat via kris
Huge pointyhat to: me
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 2 | ||||
-rw-r--r-- | www/apache22/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 66f411b..ddf2284 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/} DISTNAME= httpd-${PORTVERSION}-alpha diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index 116f685..204d135 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -500,6 +500,8 @@ share/apache21/build/special.mk @dirrm %%EXAMPLESDIR%% @dirrm share/apache21/build @dirrm share/apache21 +%%APR_PORTS%%@dirrm include/apr-1 +%%APR_PORTS%%@dirrm build-1 @unexec rmdir %D/libexec/apache21 2> /dev/null || true @dirrm include/apache21 @exec mkdir -p %D/etc/apache21/Includes 2> /dev/null || true |