freebsd-ports/www/mod_put/pkg-plist
Philip M. Gollucci 928b398e02 - use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR:             ports/147143
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
2010-06-06 05:00:31 +00:00

6 lines
353 B
Plaintext

%%APACHEMODDIR%%/%%AP_MODULE%%
%%PORTDOCS%%share/doc/mod_put/mod_put.html
%%PORTDOCS%%@dirrm share/doc/mod_put
@exec ${PKG_PREFIX}/sbin/apxs -e -A -n %%AP_NAME%% mod_put.so; echo " enable the mod_put in Apache's config manually"
@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n %%AP_NAME%% mod_put.so || echo " remove the mod_put from Apache's config manually"