diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-10-25 03:59:45 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-10-25 03:59:45 +0000 |
commit | 063f9252a92450f3b5dc31a24a9649c73f607be4 (patch) | |
tree | d7dd361bc96a18d6fc7d9c2411c814c0f29125c6 /japanese/dvi2ps | |
parent | Add graphics/kallery (diff) |
Don't use .. in MAN?. Use 'MANLANG="" ja' instead.
pkg_add fails because tar(1) rejects "../".
Notes
Notes:
svn path=/head/; revision=68766
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r-- | japanese/dvi2ps/Makefile | 3 |
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) |