diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_auth_kerb2 | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 1f3d81f9bbde..1d626b405870 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -1,12 +1,5 @@ -# New ports collection makefile for: mod_auth_kerb -# Date created: 19 October 2001 -# Whom: wollman -# +# Created by: wollman # $FreeBSD$ -# - - -# Shamelessly stolen from will's mod_auth_any port. PORTNAME= mod_auth_kerb PORTVERSION= 5.4 @@ -22,7 +15,7 @@ MAKE_JOBS_SAFE= yes LATEST_LINK= mod_auth_kerb2 -USE_APACHE= 22+ +USE_APACHE= 22 USE_GMAKE= yes GNU_CONFIGURE= yes |