diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-20 14:58:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-20 14:58:44 +0000 |
commit | f44a82ffc69adc19dd585fb18edcb8be0bcf7aef (patch) | |
tree | 6e0424dcd7356d3f000cc298d0c68ca14ee350cc /www/ap2-auth-ntlm | |
parent | e2f0cf964aa5e9bc915b03a1c6df6d29e763f0ee (diff) | |
download | pkgsrc-f44a82ffc69adc19dd585fb18edcb8be0bcf7aef.tar.gz |
DESTDIR support for various Apache modules.
Diffstat (limited to 'www/ap2-auth-ntlm')
-rw-r--r-- | www/ap2-auth-ntlm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/ap2-auth-ntlm/Makefile b/www/ap2-auth-ntlm/Makefile index 32b07b8134a..e91e6ebb02f 100644 --- a/www/ap2-auth-ntlm/Makefile +++ b/www/ap2-auth-ntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/12 21:17:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/20 14:58:45 joerg Exp $ # DISTNAME= ntlm2 @@ -28,10 +28,9 @@ MESSAGE_SUBST+= EGDIR=${EGDIR} EGDIR= ${PREFIX}/share/examples/mod_ntlm -INSTALLATION_DIRS+= lib/httpd ${EGDIR} +INSTALLATION_DIRS+= ${EGDIR} -do-install: - ${INSTALL_LIB} ${WRKSRC}/.libs/mod_ntlm.so ${DESTDIR}${PREFIX}/lib/httpd +post-install: ${INSTALL_DATA} ${WRKSRC}/ntlm.conf ${DESTDIR}${EGDIR} .include "../../www/apache/module.mk" |