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/pstotext | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/pstotext')
-rw-r--r-- | converters/pstotext/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/pstotext/Makefile b/converters/pstotext/Makefile index 6182e5f2a46..e19315c65a1 100644 --- a/converters/pstotext/Makefile +++ b/converters/pstotext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/04/28 07:32:40 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 00:20:16 asau Exp $ # DISTNAME= pstotext-1.9 @@ -11,8 +11,6 @@ HOMEPAGE= http://pages.cs.wisc.edu/~ghost/doc/pstotext.htm COMMENT= Postscript to text converter #LICENSE= see the end of pstotext.txt. -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gs:run USE_TOOLS+= gmake |