diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 10:06:50 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 10:06:50 +0800 |
commit | 27382e6b5b4ca4e4293141adcb188acf1ef6a409 (patch) | |
tree | 97825179f1818e28dbdf7d1cad823c0eda5701cd /www | |
parent | fb6eb28f9aba98ef9280ef5fec209a00d23c7f5d (diff) | |
download | freebsd-ports-gnome-27382e6b5b4ca4e4293141adcb188acf1ef6a409.tar.gz freebsd-ports-gnome-27382e6b5b4ca4e4293141adcb188acf1ef6a409.tar.zst freebsd-ports-gnome-27382e6b5b4ca4e4293141adcb188acf1ef6a409.zip |
- set LATEST_LINK
- connect to the build
Requested by: bsam
PR: ports/130006
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fd05c8c3b657..4175a9547698 100644 --- a/www/Makefile +++ b/www/Makefile @@ -389,6 +389,7 @@ SUBDIR += mod_auth_imap SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb + SUBDIR += mod_auth_kerb2 SUBDIR += mod_auth_ldap SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql2 diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index edd0180a5e7a..3ea9738cfd52 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR=modauthkerb MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module for authenticating users with Kerberos v5 +LATEST_LINK= mod_auth_kerb2 # # This module allows users to send their Kerberos password in # plain text; it should only be used over an encrypted connection |