diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-01 09:43:05 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-01 09:43:05 +0800 |
commit | 1dd56a7b64614dcc734741c62a95cae9b94bba3e (patch) | |
tree | 1b69a0969874becedd9ea5e351fc29c2cd21227a /print/dvipdfm/Makefile | |
parent | 25044e0e60e6ed66507164433113d39b1181195f (diff) | |
download | freebsd-ports-gnome-1dd56a7b64614dcc734741c62a95cae9b94bba3e.tar.gz freebsd-ports-gnome-1dd56a7b64614dcc734741c62a95cae9b94bba3e.tar.zst freebsd-ports-gnome-1dd56a7b64614dcc734741c62a95cae9b94bba3e.zip |
update to 0.12.7b
Submitted by: maintainer
PR: 16455
Diffstat (limited to 'print/dvipdfm/Makefile')
-rw-r--r-- | print/dvipdfm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile index 2f2f80635656..3ea7e99b4bf0 100644 --- a/print/dvipdfm/Makefile +++ b/print/dvipdfm/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= dvipdfm-0.12.7 +DISTNAME= dvipdfm-0.12.7b +PKGNAME= dvipdfm-0.12.7 CATEGORIES= print MASTER_SITES= http://odo.kettering.edu/dvipdfm/ @@ -14,7 +15,6 @@ MAINTAINER= stephen@math.missouri.edu BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX \ ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png - RUN_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/dvipdfm @@ -31,7 +31,7 @@ post-install: mktexlsr ${MKDIR} ${PREFIX}/share/dvipdfm ${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm +# ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm |