diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-03 17:12:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-03 17:12:42 +0000 |
commit | 36c4dc9e721236627f8f127911ff3163b47183ee (patch) | |
tree | 8c8c08fcd37ec91ee5f3da6146b05fa28569099a /www/ap2-cband | |
parent | 19abe71f40e874933d1f33b48e3db822c5bc8c60 (diff) | |
download | pkgsrc-36c4dc9e721236627f8f127911ff3163b47183ee.tar.gz |
Fix DESTDIR build.
Diffstat (limited to 'www/ap2-cband')
-rw-r--r-- | www/ap2-cband/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-cband/Makefile b/www/ap2-cband/Makefile index 58bab447b53..082b49ac11f 100644 --- a/www/ap2-cband/Makefile +++ b/www/ap2-cband/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/11/10 16:35:06 sborrill Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/03 17:12:42 joerg Exp $ # DISTNAME= mod-cband-0.9.7.5 @@ -23,7 +23,7 @@ USE_LIBTOOL= yes HAS_CONFIGURE= yes BUILD_TARGET= -INSTALLATION_DIRS+= share/doc/${APACHE_MODULE_NAME} +INSTALLATION_DIRS+= lib/httpd share/doc/${APACHE_MODULE_NAME} do-install: cd ${WRKSRC}/src && \ |