diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-16 08:25:33 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-16 08:25:33 +0000 |
commit | 15ee98b7a3d1683a3728f76b2831135eb5f5227d (patch) | |
tree | c4040a7419c85dbdf0720ea955611f81fd87e803 /www/apache22 | |
parent | dd7df17bce3ed2f9ec9372d3cb4b90a21eea3e65 (diff) | |
download | ports-15ee98b7a3d1683a3728f76b2831135eb5f5227d.tar.gz ports-15ee98b7a3d1683a3728f76b2831135eb5f5227d.zip |
- Remove 2 apr related directory
Reported by: pointyhat via kris
Huge pointyhat to: me
Notes
Notes:
svn path=/head/; revision=124187
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 66f411be03fe..ddf228422dc4 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 116f6855b046..204d13517dca 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 |