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-bandwidth | |
parent | e2f0cf964aa5e9bc915b03a1c6df6d29e763f0ee (diff) | |
download | pkgsrc-f44a82ffc69adc19dd585fb18edcb8be0bcf7aef.tar.gz |
DESTDIR support for various Apache modules.
Diffstat (limited to 'www/ap-bandwidth')
-rw-r--r-- | www/ap-bandwidth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-bandwidth/Makefile b/www/ap-bandwidth/Makefile index d7f4445e266..54e779f14ce 100644 --- a/www/ap-bandwidth/Makefile +++ b/www/ap-bandwidth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/02 18:27:59 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/20 14:58:44 joerg Exp $ # DISTNAME= mod_bandwidth.c @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cohprog.com/mod_bandwidth.html COMMENT= Apache module for bandwidth management +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= ap-bandwidth-[0-9]* WRKSRC= ${WRKDIR} |