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 | 61145a18fa24bc030570748e4d6a4587a9fc35b8 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/wv | |
parent | 435a0b7e977f7b76984d5066fef5d327719b9a6f (diff) | |
download | pkgsrc-61145a18fa24bc030570748e4d6a4587a9fc35b8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/wv')
-rw-r--r-- | converters/wv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 917f19f1599..ec27266794a 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2012/09/15 10:04:01 obache Exp $ +# $NetBSD: Makefile,v 1.79 2012/10/03 00:20:18 asau Exp $ DISTNAME= wv-1.2.9 PKGREVISION= 7 @@ -9,8 +9,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://wvware.sourceforge.net/ COMMENT= Library and executables to access Microsoft Word files -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config |