diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | 126c794d42e3331b606f8953ca5d42a20fd86c33 (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/abook | |
parent | 32f87c71ca4727cf89891575e44d35c08a9645fe (diff) | |
download | pkgsrc-126c794d42e3331b606f8953ca5d42a20fd86c33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/abook')
-rw-r--r-- | databases/abook/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile index 59779a1b46a..7f007038757 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/04/22 13:43:12 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/02 21:25:15 asau Exp $ # DISTNAME= abook-0.6.0pre2 @@ -12,7 +12,6 @@ HOMEPAGE= http://abook.sourceforge.net/ COMMENT= Text-based addressbook program PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt |