www/mod_ntlm2: stage

PR:		191718
Submitted by:	Dan Lukes <dan@obluda.cz>
This commit is contained in:
Steve Wills 2014-07-08 01:55:46 +00:00
parent 514d8984e2
commit 2c5ce31fba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361155
2 changed files with 6 additions and 2 deletions

View File

@ -20,5 +20,9 @@ SAMBA_PORT?= net/samba36
USE_APACHE= 22
MAKE_ENV= APXS=${APXS}
NO_STAGE= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
${APXS} -i -n 'ntlm' -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} ${WRKSRC}/mod_ntlm.la
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_ntlm.so
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
@unexec %D/sbin/apxs -e -A -n ntlm %D/%%APACHEMODDIR%%/mod_ntlm.so
%%APACHEMODDIR%%/mod_ntlm.so
@exec %D/sbin/apxs -e -a -n ntlm %D/%f
@unexec %D/sbin/apxs -e -A -n ntlm %D/%F