diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | 1cab6cc0c3a069a33537585e2ac12e24c68ff194 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/dvipdfmx | |
parent | 68adb52506a560c8f99ee07b539c0cbafdaf3906 (diff) | |
download | pkgsrc-1cab6cc0c3a069a33537585e2ac12e24c68ff194.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/dvipdfmx')
-rw-r--r-- | print/dvipdfmx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 2e8b22a186d..204e6f95a9c 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/01/13 13:39:10 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2012/10/08 13:45:37 asau Exp $ DISTNAME= texlive-20100720-source PKGNAME= dvipdfmx-20100328 @@ -19,8 +19,6 @@ DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/dvipdfmx -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gs:run ps2pdf:run WRKSRC= ${WRKDIR}/${DISTNAME}/texk/dvipdfmx |