diff options
author | asau <asau> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:10:39 +0000 |
commit | 060b86e6eef037d8debe216a3978f29792a304b4 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/libwmf | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index ccd5e448d79..0a424556334 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2012/06/14 07:43:17 sbd Exp $ +# $NetBSD: Makefile,v 1.71 2012/10/06 14:11:06 asau Exp $ DISTNAME= libwmf-0.2.8.4 PKGREVISION= 11 @@ -11,7 +11,6 @@ COMMENT= Library for reading and converting WMF (Windows Meta Files) LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= pkg-config |