diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-14 07:03:45 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-14 07:03:45 +0800 |
commit | 24b6d41d91ad046a675dc4f5b74ad99073a96c9e (patch) | |
tree | 9c8443364f882935648713f5e41d2986043d4e6e | |
parent | a8b9391b33b083b8d9ec5fc52baf6027ab831410 (diff) | |
download | freebsd-ports-gnome-24b6d41d91ad046a675dc4f5b74ad99073a96c9e.tar.gz freebsd-ports-gnome-24b6d41d91ad046a675dc4f5b74ad99073a96c9e.tar.zst freebsd-ports-gnome-24b6d41d91ad046a675dc4f5b74ad99073a96c9e.zip |
- apache22 was updated, remove PORTREVIION since PORTVERSION was adjusted
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index cae68d9675aa..387db7271754 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,8 +9,6 @@ # $FreeBSD$ # -PORTREVISION= 5 - MAINTAINER= jille@quis.cx MASTERDIR= ${.CURDIR}/../apache22 @@ -21,7 +19,7 @@ EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch WITH_MPM= ${SLAVE_PORT_MPM} -LATEST_LINK= apache22-peruser-mpm +LATEST_LINK= apache22-peruser-mpm DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" |