diff options
author | asau <asau> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-28 06:30:00 +0000 |
commit | 53b267d9a5f8578c36667f3165bd0b116cc8e255 (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/ap22-vhost-ldap | |
parent | 75871b258b3cd1415361277bc1c79bdf48f8747a (diff) | |
download | pkgsrc-53b267d9a5f8578c36667f3165bd0b116cc8e255.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/ap22-vhost-ldap')
-rw-r--r-- | www/ap22-vhost-ldap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap22-vhost-ldap/Makefile b/www/ap22-vhost-ldap/Makefile index a3ac62cef7d..1c308e3d377 100644 --- a/www/ap22-vhost-ldap/Makefile +++ b/www/ap22-vhost-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/12/02 07:13:50 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/28 06:30:09 asau Exp $ MVL_VERSION= 1.2.0 DISTNAME= mod-vhost-ldap_${MVL_VERSION}.orig @@ -14,8 +14,6 @@ COMMENT= Apache 2.2 module LDAP Virtual Hosts support WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//} NO_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= user-destdir - APACHE_MODULE_NAME= mod_vhost_ldap PKG_APACHE_ACCEPTED= apache22 |