aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-01 02:22:46 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-01 02:22:46 +0800
commitc0f9cf8fd2d07acf770f6be09641e201d4712f7a (patch)
treea7f6992868c0398f5a7f0e317130b5c30355e2c4 /www
parenta93928d640440f3186d334fafc8e02398a2a12dd (diff)
downloadfreebsd-ports-gnome-c0f9cf8fd2d07acf770f6be09641e201d4712f7a.tar.gz
freebsd-ports-gnome-c0f9cf8fd2d07acf770f6be09641e201d4712f7a.tar.zst
freebsd-ports-gnome-c0f9cf8fd2d07acf770f6be09641e201d4712f7a.zip
- Use SF Macro
- Remove APACHEMODDIR from SUB_LIST, USE_APACHE adds this PR: ports/134599 Approved by: maintainer timeout (2 weeks) Submitted by: me
Diffstat (limited to 'www')
-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>