diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-04-12 19:54:37 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-04-12 19:54:37 +0000 |
commit | 8b814e91a105b1f2a9592d53698373486aced36a (patch) | |
tree | 931666b953ae7e289278c98befa56bb9a1ac72a8 /www/mod_ntlm | |
parent | 3f1c65ba74e10b56f6a2802105b94aa856b4d6ca (diff) |
Style cleanup.
PR: ports/133644
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=232233
Diffstat (limited to 'www/mod_ntlm')
-rw-r--r-- | www/mod_ntlm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_ntlm/Makefile b/www/mod_ntlm/Makefile index d1f1b4249dd5..975cd4f7b7e0 100644 --- a/www/mod_ntlm/Makefile +++ b/www/mod_ntlm/Makefile @@ -8,13 +8,13 @@ PORTNAME= mod_ntlm PORTVERSION= 0.4 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= modntlm MAINTAINER= skv@FreeBSD.org COMMENT= NTLM authentication module for the Apache webserver -USE_APACHE= YES +USE_APACHE= 1.3 MAKE_ENV= APXS=${APXS} .include <bsd.port.pre.mk> @@ -32,8 +32,8 @@ post-patch: post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR}/ .endif .include <bsd.port.post.mk> |