diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 05:19:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 05:19:17 +0800 |
commit | 1e9a846239a068eff4e4aa6c3a0032a061665e2d (patch) | |
tree | 9fa1466f50af3cffd913a11f8790ed909a587659 /www/mod_cvs2 | |
parent | ce3a224e1214e4ef5ac8ba1cc45d6d497c6f1357 (diff) | |
download | freebsd-ports-gnome-1e9a846239a068eff4e4aa6c3a0032a061665e2d.tar.gz freebsd-ports-gnome-1e9a846239a068eff4e4aa6c3a0032a061665e2d.tar.zst freebsd-ports-gnome-1e9a846239a068eff4e4aa6c3a0032a061665e2d.zip |
- 1/3:
- apxs -a is install
- apxs -A is uninstall
PR: ports/147139
Reviewed by: portmgr (pav)
With Hat: apache@
Diffstat (limited to 'www/mod_cvs2')
-rw-r--r-- | www/mod_cvs2/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_cvs2/pkg-plist b/www/mod_cvs2/pkg-plist index a4d5c4f9dfca..53a4d57b8af0 100644 --- a/www/mod_cvs2/pkg-plist +++ b/www/mod_cvs2/pkg-plist @@ -1,4 +1,4 @@ %%APACHEMODDIR%%/mod_cvs.so -@exec %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." |