diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-12 00:06:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-12 00:06:59 +0000 |
commit | e6fb797ffcfd13931c6982db100b9974027fcfab (patch) | |
tree | 8a8459c9beccec8b73368adf89d723beacf1d38a | |
parent | - Fix pkg-plist (diff) |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION
-rw-r--r-- | www/mod_cvs2/Makefile | 4 | ||||
-rw-r--r-- | www/mod_cvs2/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_cvs2/Makefile b/www/mod_cvs2/Makefile index 7663b7c862e5..bb28abaf1ddd 100644 --- a/www/mod_cvs2/Makefile +++ b/www/mod_cvs2/Makefile @@ -7,14 +7,14 @@ PORTNAME= mod_cvs PORTVERSION= 0.5.91 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://resare.com/noa/mod_cvs/dist/ MAINTAINER= apache@FreeBSD.org COMMENT= A module that makes Apache 2 CVS aware -USE_APACHE= yes -WITH_APACHE2= yes +USE_APACHE= 2.0+ LATEST_LINK= mod_cvs2 diff --git a/www/mod_cvs2/pkg-plist b/www/mod_cvs2/pkg-plist index 000d98657b93..a4d5c4f9dfca 100644 --- a/www/mod_cvs2/pkg-plist +++ b/www/mod_cvs2/pkg-plist @@ -1,4 +1,4 @@ -libexec/apache2/mod_cvs.so +%%APACHEMODDIR%%/mod_cvs.so @exec %D/sbin/apxs -e -A -n cvs %D/%f @unexec %D/sbin/apxs -e -A -n cvs %D/%f @unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf." |