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/ap2-subversion | |
parent | 75871b258b3cd1415361277bc1c79bdf48f8747a (diff) | |
download | pkgsrc-53b267d9a5f8578c36667f3165bd0b116cc8e255.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/ap2-subversion')
-rw-r--r-- | www/ap2-subversion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index 64218a24ac9..5119657cfda 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2012/04/27 12:32:05 obache Exp $ +# $NetBSD: Makefile,v 1.51 2012/10/28 06:30:08 asau Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} PKGREVISION= 4 COMMENT= WebDAV server (Apache module) for Subversion -PKG_DESTDIR_SUPPORT= user-destdir .include "../../devel/subversion/Makefile.common" CONFIGURE_ARGS+= --with-apxs=${APXS:Q} |