aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/dvi2ps/Makefile
diff options
context:
space:
mode:
authormotoyuki <motoyuki@FreeBSD.org>2002-10-25 11:59:45 +0800
committermotoyuki <motoyuki@FreeBSD.org>2002-10-25 11:59:45 +0800
commit0d7960378e7b290a3714fa9679552a3b39aed270 (patch)
tree82cf1962d1009e4fd47048b44586e629c6005553 /japanese/dvi2ps/Makefile
parent404f21059e73aebf0d44be09ddeb36844c2b65cc (diff)
downloadfreebsd-ports-gnome-0d7960378e7b290a3714fa9679552a3b39aed270.tar.gz
freebsd-ports-gnome-0d7960378e7b290a3714fa9679552a3b39aed270.tar.zst
freebsd-ports-gnome-0d7960378e7b290a3714fa9679552a3b39aed270.zip
Don't use .. in MAN?. Use 'MANLANG="" ja' instead.
pkg_add fails because tar(1) rejects "../".
Diffstat (limited to 'japanese/dvi2ps/Makefile')
-rw-r--r--japanese/dvi2ps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index db284564d1e3..e2eeef936136 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)