mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/mod_ntlm2: stage
PR: 191718 Submitted by: Dan Lukes <dan@obluda.cz>
This commit is contained in:
parent
514d8984e2
commit
2c5ce31fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361155
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user