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/ap-auth-cookie/Makefile | |
parent | e2f0cf964aa5e9bc915b03a1c6df6d29e763f0ee (diff) | |
download | pkgsrc-f44a82ffc69adc19dd585fb18edcb8be0bcf7aef.tar.gz |
DESTDIR support for various Apache modules.
Diffstat (limited to 'www/ap-auth-cookie/Makefile')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 9b810bebf8a..1106fe11665 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2010/02/12 20:58:37 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2010/02/20 14:58:44 joerg Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in @@ -14,6 +14,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://raburton.lunarpages.com/apache/mod_auth_cookie/ COMMENT= Cookie-based authentication for Apache +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-auth-cookie-[0-9]* WRKSRC= ${WRKDIR} @@ -28,11 +30,5 @@ do-extract: @(${ECHO} '#include "ap_compat.h"'; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \ >${WRKSRC}/${DISTNAME} -INSTALLATION_DIRS+= lib/httpd - -do-install: - ${INSTALL_LIB} ${WRKSRC}/mod_auth_cookie.so \ - ${DESTDIR}${PREFIX}/lib/httpd - .include "../../www/apache/module.mk" .include "../../mk/bsd.pkg.mk" |