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/txt2html | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/txt2html')
-rw-r--r-- | converters/txt2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index eab0a376fab..a2f4e66a79a 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/03/10 20:08:13 markd Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 00:20:18 asau Exp $ # DISTNAME= txt2html-2.45 @@ -10,7 +10,6 @@ HOMEPAGE= http://txt2html.sourceforge.net/ COMMENT= Plain text to HTML convertor PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL= scripts/txt2html |