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/libwps | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/libwps')
-rw-r--r-- | converters/libwps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile index ce5571c5e12..8da3a1c1b9e 100644 --- a/converters/libwps/Makefile +++ b/converters/libwps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/04/07 15:08:02 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 00:20:12 asau Exp $ DISTNAME= libwps-0.2.4 CATEGORIES= converters @@ -10,8 +10,6 @@ HOMEPAGE= http://libwps.sourceforge.net/ COMMENT= Library for importing Microsoft Works documents LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config |