--- mod_fastcgi/Makefile 31 May 2004 23:23:21 -0000 1.17 +++ mod_fastcgi/Makefile 20 Aug 2004 11:54:27 -0000 @@ -38,7 +38,7 @@ cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -o mod_fastcgi.so -c *.c do-install: - cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi mod_fastcgi.so + cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -A -n fastcgi mod_fastcgi.so .endif post-install: Index: mod_fastcgi/pkg-plist =================================================================== RCS file: /WORK/CHROOT/home/ncvs/ports/www/mod_fastcgi/pkg-plist,v retrieving revision 1.3 --- mod_fastcgi/pkg-plist 19 Jun 2003 15:41:36 -0000 1.3 +++ mod_fastcgi/pkg-plist 20 Aug 2004 11:56:16 -0000 @@ -1,4 +1,6 @@ libexec/apache%%APACHE%%/mod_fastcgi.so +@exec %D/sbin/apxs -e -A -n fastcgi %f +@unexec %D/sbin/apxs -e -A -n fastcgi %f %%PORTDOCS%%%%DOCSDIR%%/LICENSE.TERMS %%PORTDOCS%%%%DOCSDIR%%/mod_fastcgi.html %%PORTDOCS%%@dirrm %%DOCSDIR%% Index: mod_filter/pkg-plist =================================================================== RCS file: /WORK/CHROOT/home/ncvs/ports/www/mod_filter/pkg-plist,v retrieving revision 1.1