summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-04-18 20:32:33 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-04-18 20:32:33 +0000
commit83546441a90bf8180fca7b839935a78db2d86865 (patch)
tree2e7cdc58686bd66cdfd905c182487a85e64e674c
parentRemove now obsolete pkg-message (diff)
- fix Ports with version numbers going backwards for www/apache22-peruser-mpm
- by changing PORTREVISION= to ?= Issue reported by erwin@
Notes
Notes: svn path=/head/; revision=272893
-rw-r--r--www/apache22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index c7f637fb5b21..e371563279c0 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.17
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}