summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-20 03:36:09 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-20 03:36:09 +0000
commit7314c051f093b84441a824c4594e8578707162e2 (patch)
tree2e76346ed43687258a8f8c156fbe32bf6b965cd0 /japanese
parentUpdate to use the new VFlib port. (diff)
Update to use the new VFlib port.
PR: 7292 (4 of 4) Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=11994
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvi2ps/Makefile6
-rw-r--r--japanese/dvi2ps/files/patch-aa2
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index 7948661f5295..ae4ab86e51ef 100644
--- a/japanese/dvi2ps/Makefile
+++ b/japanese/dvi2ps/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Sep 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/10/17 13:50:13 itojun Exp $
+# $Id: Makefile,v 1.8 1998/04/05 04:47:07 max Exp $
#
DISTNAME= dvi2ps-2.0j
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/
MAINTAINER= mita@jp.FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
-LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib
+LIB_DEPENDS= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib
MAN1= dvi2ps.1 ../ja/man1/dvi2ps.1
@@ -30,7 +30,7 @@ post-install:
@(cd ${WRKSRC}; \
make install-lib; \
${CP} -R doc ${PREFIX}/lib/dvi2ps/ ;\
- mv ${PREFIX}/lib/dvi2ps/doc/dvi2ps.man ${PREFIX}/man/man1/dvi2ps.1 ;\
+ ${MV} ${PREFIX}/lib/dvi2ps/doc/dvi2ps.man ${PREFIX}/man/man1/dvi2ps.1 ;\
nkf -e ${PREFIX}/lib/dvi2ps/doc/dvi2ps.jman > \
${PREFIX}/man/ja/man1/dvi2ps.1 ;\
${RM} -f ${PREFIX}/lib/dvi2ps/doc/dvi2ps.jman ;\
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa
index 6594d301b496..9a7367bd7c1d 100644
--- a/japanese/dvi2ps/files/patch-aa
+++ b/japanese/dvi2ps/files/patch-aa
@@ -42,7 +42,7 @@
# 1) libVFlib.a and VF.h are installed in the standard directory
#VFLIB = -lVFlib
# 2) libVFlib.a and VF.h are installed in the non-standard directory
-! VFLIB = -L${PREFIX}/lib -lVFlib
+! VFLIB = -L${PREFIX}/lib -lVFlib2 -lttf
! VFLIBINC = -I${PREFIX}/include
# 3) use VFlib.a and VF.h in the source directory of VFlib
! #VFLIBSRCDIR = ../VFlib-2.22/src