diff options
author | obache <obache@pkgsrc.org> | 2009-12-11 11:43:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-11 11:43:37 +0000 |
commit | 0ff7ef9b910433aff4e32d19d8e72096acb03bdc (patch) | |
tree | 2e035290e6d8335ab96cda7ca77c91ff853a4f89 /www/ap2-auth-mellon | |
parent | c0cc3274b6540d986dedebf2ee6e10aed7b10253 (diff) | |
download | pkgsrc-0ff7ef9b910433aff4e32d19d8e72096acb03bdc.tar.gz |
apxs does not support DESTDIR installation.
Diffstat (limited to 'www/ap2-auth-mellon')
-rw-r--r-- | www/ap2-auth-mellon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile index d96df607ec2..31e45dc22b3 100644 --- a/www/ap2-auth-mellon/Makefile +++ b/www/ap2-auth-mellon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/12/11 11:38:20 obache Exp $ +# $NetBSD: Makefile,v 1.8 2009/12/11 11:43:37 obache Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/} @@ -10,8 +10,6 @@ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://code.google.com/p/modmellon/ COMMENT= SAML 2.0 authentication for Apache -PKG_DESTDIR_SUPPORT= destdir - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= pkg-config |