Upgrade: patchlevel 18 -> 20
This commit is contained in:
parent
357005f1db
commit
60ac0fe195
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1829
@ -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 \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xdvi.tar.Z) = 7a1254e4820890fbce64f88f08cdef07
|
||||
MD5 (xdvi-20.tar.Z) = 7dc8464674559b9b83ea3711213b7bd9
|
||||
|
2
print/xdvi/scripts/configure
vendored
2
print/xdvi/scripts/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user