diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 4961a4ef35d266a26e4c92f763c5beb55aa5aa1d (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/latex2html | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index df95e651649..fbae882c557 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/10/03 21:57:49 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2012/10/25 06:56:02 asau Exp $ DISTNAME= latex2html-2008 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex @@ -21,7 +19,6 @@ DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm USE_TOOLS+= gs:run perl:run GNU_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |