diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libjudy | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libjudy')
-rw-r--r-- | devel/libjudy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libjudy/Makefile b/devel/libjudy/Makefile index 87e4efdcf48..a1c18d58a81 100644 --- a/devel/libjudy/Makefile +++ b/devel/libjudy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/10/09 10:02:48 cheusov Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:17 asau Exp $ DISTNAME= Judy-1.0.5 PKGNAME= ${DISTNAME:S/Judy/libjudy/} @@ -22,7 +22,6 @@ TEST_TARGET= check DOCDIR= ${PREFIX}/share/doc/${PKGBASE} AUTO_MKDIRS= yes -PKG_DESTDIR_SUPPORT= user-destdir post-install: .for i in AUTHORS ChangeLog COPYING README |