diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 13:27:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 13:27:50 +0000 |
commit | 7ce8e2b00e88ba039156325a730ac63736cdfba6 (patch) | |
tree | 697bc48fde1ae4c05bcfafc028e12cf72e508a8b /www/mod_cvs2 | |
parent | 421895421594bbbca2a5e953507ecbd199973f54 (diff) | |
download | ports-7ce8e2b00e88ba039156325a730ac63736cdfba6.tar.gz ports-7ce8e2b00e88ba039156325a730ac63736cdfba6.zip |
Notes
Diffstat (limited to 'www/mod_cvs2')
-rw-r--r-- | www/mod_cvs2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_cvs2/pkg-plist b/www/mod_cvs2/pkg-plist index cb494f3c1163..000d98657b93 100644 --- a/www/mod_cvs2/pkg-plist +++ b/www/mod_cvs2/pkg-plist @@ -1,4 +1,4 @@ libexec/apache2/mod_cvs.so -@exec %D/sbin/apxs -e -a -n cvs %D/%f -@unexec %D/sbin/apxs -e -a -n cvs %D/%f +@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." |