diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 4b28dc63f43322fadab47cce17aecf0d5481df02 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/TECkit/Makefile | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/TECkit/Makefile')
-rw-r--r-- | converters/TECkit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/TECkit/Makefile b/converters/TECkit/Makefile index a7a8f672858..56fe39ce4a4 100644 --- a/converters/TECkit/Makefile +++ b/converters/TECkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/09/25 11:16:57 sbd Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 00:20:09 asau Exp $ DISTNAME= TECkit_2_5_1 PKGNAME= ${DISTNAME:S/_/-/:S/_/./g} @@ -11,8 +11,6 @@ HOMEPAGE= http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit COMMENT= Low-level toolkit to perform encoding conversions LICENSE= gnu-lgpl-v2.1 OR cpl-1.0 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ |