--- mod_scgi/Makefile 6 Aug 2004 09:32:23 -0000 1.8 +++ mod_scgi/Makefile 20 Aug 2004 11:58:33 -0000 @@ -35,7 +35,7 @@ do-build: cd ${WRKSRC} && ${APXS} -c mod_scgi.c do-install: - cd ${WRKSRC} && ${APXS} -i -c mod_scgi.c + cd ${WRKSRC} && ${APXS} -i -A -c mod_scgi.c post-install: @${CAT} ${PKGMESSAGE} Index: mod_scgi/pkg-plist =================================================================== RCS file: /WORK/CHROOT/home/ncvs/ports/www/mod_scgi/pkg-plist,v retrieving revision 1.2 --- mod_scgi/pkg-plist 29 Jun 2004 13:13:27 -0000 1.2 +++ mod_scgi/pkg-plist 20 Aug 2004 11:58:38 -0000 @@ -1,3 +1,3 @@ libexec/%%APACHE_DIR%%/mod_scgi.so -@exec %D/sbin/apxs -e -a -n scgi %f +@exec %D/sbin/apxs -e -A -n scgi %f @unexec %D/sbin/apxs -e -A -n scgi %f Index: mod_security/Makefile =================================================================== RCS file: /WORK/CHROOT/home/ncvs/ports/www/mod_security/Makefile,v retrieving revision 1.17