aboutsummaryrefslogtreecommitdiff
path: root/www/mod_ntlm2
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-31 18:22:46 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-31 18:22:46 +0000
commit5a25e6067ee3a9be60547cf9f9c4a678cd493f2a (patch)
tree25d6e1b433954b270b0097acdaef7898ef0716b8 /www/mod_ntlm2
parent367a79a9a478f97e5bd32fbe7cc53b7c9950b90d (diff)
downloadports-5a25e6067ee3a9be60547cf9f9c4a678cd493f2a.tar.gz
ports-5a25e6067ee3a9be60547cf9f9c4a678cd493f2a.zip
Notes
Diffstat (limited to 'www/mod_ntlm2')
-rw-r--r--www/mod_ntlm2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile
index 7f240108f8aa..7226b74a5f8b 100644
--- a/www/mod_ntlm2/Makefile
+++ b/www/mod_ntlm2/Makefile
@@ -9,17 +9,16 @@ PORTNAME= mod_ntlm2
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= modntlm
EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su
COMMENT= NTLM authentication module for the Apache2 webserver
+BUILD_DEPENDS= ${LOCALBASE}/smbclient:${PORTSDIR}/net/samba3
+
USE_APACHE= 20+
MAKE_ENV= APXS=${APXS}
-SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3
.include <bsd.port.mk>