diff options
author | jmz <jmz@FreeBSD.org> | 1995-06-14 04:59:35 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-06-14 04:59:35 +0800 |
commit | c091f418dde01d5d1363c8071fce9aa2b7e51efc (patch) | |
tree | 812eb9a082d430503cd86e0f49703b4576aad40f /print | |
parent | 3ccdbcd677fa26104b8a6ceb58eef2588ce080df (diff) | |
download | freebsd-ports-gnome-c091f418dde01d5d1363c8071fce9aa2b7e51efc.tar.gz freebsd-ports-gnome-c091f418dde01d5d1363c8071fce9aa2b7e51efc.tar.zst freebsd-ports-gnome-c091f418dde01d5d1363c8071fce9aa2b7e51efc.zip |
Upgrade: patchlevel 18 -> 20
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvi/Makefile | 11 | ||||
-rw-r--r-- | print/xdvi/distinfo | 2 | ||||
-rw-r--r-- | print/xdvi/scripts/configure | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 9395b4173665..3b52903bcd13 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xdvi -# Version required: patchlevel 18 +# Version required: patchlevel 20 # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1995/04/21 00:21:41 jmz Exp $ +# $Id: Makefile,v 1.14 1995/04/22 00:05:24 jmz Exp $ # -DISTNAME= xdvi -PKGNAME= xdvi-pl18 +DISTNAME= xdvi-20 +PKGNAME= xdvi-pl20 CATEGORIES+= printing MASTER_SITES= ftp://ftp.x.org/contrib/applications/ -DISTFILES= xdvi.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org @@ -21,7 +21,6 @@ IS_INTERACTIVE= yes XMKMF= xmkmf do-install: - @echo "===> Installing for ${DISTNAME}" @mkdir -p ${PREFIX}/man/man1 @mkdir -p ${PREFIX}/bin @(cd ${WRKSRC}; ${GMAKE} install.man \ diff --git a/print/xdvi/distinfo b/print/xdvi/distinfo index 7bb032fa51c7..4790a4a8a73e 100644 --- a/print/xdvi/distinfo +++ b/print/xdvi/distinfo @@ -1 +1 @@ -MD5 (xdvi.tar.Z) = 7a1254e4820890fbce64f88f08cdef07 +MD5 (xdvi-20.tar.Z) = 7dc8464674559b9b83ea3711213b7bd9 diff --git a/print/xdvi/scripts/configure b/print/xdvi/scripts/configure index 1f6a4cf26f7a..944370bc327c 100644 --- a/print/xdvi/scripts/configure +++ b/print/xdvi/scripts/configure @@ -9,7 +9,7 @@ if `echo $PREFIX |grep -q X11` ; then fi CACHE=$prefix/lib/texmf/fonts -if [ -f $prefix/bin/MakeTeXPK ]; then +if [ -f $PREFIX/bin/MakeTeXPK ]; then echo "**WARNING** MakeTeXPK already exists in $PREFIX/bin" echo "**WARNING** This file will be replaced during install." echo |