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/tex2rtf/Makefile | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/tex2rtf/Makefile')
-rw-r--r-- | converters/tex2rtf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/tex2rtf/Makefile b/converters/tex2rtf/Makefile index e397329c493..0f20a78701b 100644 --- a/converters/tex2rtf/Makefile +++ b/converters/tex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/10/02 17:10:42 tron Exp $ +# $NetBSD: Makefile,v 1.37 2012/10/03 00:20:17 asau Exp $ DISTNAME= tex2rtf-2.01-source PKGNAME= tex2rtf-2.01 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.wxwidgets.org/tex2rtf/index.htm COMMENT= LaTex-to-RTF translator -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_FILE= makefile.unx USE_LANGUAGES= c++ |