diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 22:49:54 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 22:49:54 +0000 |
commit | bc1033f57f654459f5c4794fb191b3f95a74fe38 (patch) | |
tree | 4514482ae103904db6a053301c038d76dcca17a4 /www/apache22/Makefile | |
parent | b084164257530cee0a0cb9dc418165126896b7c2 (diff) |
- Remove 0 length file breaking pkg
Reported by: glarkin
Notes
Notes:
svn path=/head/; revision=290745
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index c4d5bc2b7cc0..dcf6bf086746 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} |