summaryrefslogtreecommitdiffstats
path: root/japanese/dvi2ps
diff options
context:
space:
mode:
authormotoyuki <motoyuki@FreeBSD.org>2002-10-25 03:59:45 +0000
committermotoyuki <motoyuki@FreeBSD.org>2002-10-25 03:59:45 +0000
commit0d7960378e7b290a3714fa9679552a3b39aed270 (patch)
tree82cf1962d1009e4fd47048b44586e629c6005553 /japanese/dvi2ps
parent404f21059e73aebf0d44be09ddeb36844c2b65cc (diff)
downloadFreeBSD-ports-0d7960378e7b290a3714fa9679552a3b39aed270.zip
FreeBSD-ports-0d7960378e7b290a3714fa9679552a3b39aed270.tar.gz
Don't use .. in MAN?. Use 'MANLANG="" ja' instead.
pkg_add fails because tar(1) rejects "../".
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r--japanese/dvi2ps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index db28456..e2eeef9 100644
--- a/japanese/dvi2ps/Makefile
+++ b/japanese/dvi2ps/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= mita@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-common
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
-MAN1= dvi2ps.1 ../ja/man1/dvi2ps.1
+MAN1= dvi2ps.1
+MANLANG= "" ja
post-patch:
@(cd ${WRKSRC}; make newlib)
OpenPOWER on IntegriCloud