diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-24 01:39:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-24 01:39:16 +0000 |
commit | c3a2552c8e75977e1b0407caba44971c8bae39e9 (patch) | |
tree | 9082eabca6f55bf632c2f050cf510c29cbd8ed3d /www/mod_gnutls/pkg-plist | |
parent | f461ac0cc2145630b413c304dd8655f9bba1531a (diff) | |
download | ports-c3a2552c8e75977e1b0407caba44971c8bae39e9.tar.gz ports-c3a2552c8e75977e1b0407caba44971c8bae39e9.zip |
Resurrect www/mod_gnutls and update to 0.8.2.
Notes
Notes:
svn path=/head/; revision=448644
Diffstat (limited to 'www/mod_gnutls/pkg-plist')
-rw-r--r-- | www/mod_gnutls/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_gnutls/pkg-plist b/www/mod_gnutls/pkg-plist new file mode 100644 index 000000000000..97abb05cf659 --- /dev/null +++ b/www/mod_gnutls/pkg-plist @@ -0,0 +1,5 @@ +%%APACHEMODDIR%%/%%AP_MODULE%% +@postexec %D/sbin/apxs -e %%AP_MOD_EN%% -n %%AP_NAME%% %D/%F +@postunexec %%SED%% -i '' -E '/LoadModule[[:blank:]]+%%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf +@postunexec echo "Don't forget to remove all mod_%%AP_NAME%%-related directives in your httpd.conf" +@dir(%%WWWOWN%%,%%WWWGRP%%,750) var/db/mod_%%AP_NAME%% |