diff options
Diffstat (limited to '')
-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) |