diff options
author | asau <asau> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:20:09 +0000 |
commit | 0b84d2d428d57864ec72b38f5105145e947d3a06 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/psiconv | |
parent | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (diff) | |
download | pkgsrc-0b84d2d428d57864ec72b38f5105145e947d3a06.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/psiconv')
-rw-r--r-- | converters/psiconv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 2faa720684a..8872e2d9da8 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2010/02/07 17:30:08 zafer Exp $ +# $NetBSD: Makefile,v 1.37 2012/10/03 00:20:15 asau Exp $ DISTNAME= psiconv-0.9.7 CATEGORIES= converters @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://software.frodo.looijaard.name/psiconv/ COMMENT= PSION 5 file format data conversion utilities -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-imagemagick |