diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-10-25 03:59:45 +0000 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-10-25 03:59:45 +0000 |
commit | 0d7960378e7b290a3714fa9679552a3b39aed270 (patch) | |
tree | 82cf1962d1009e4fd47048b44586e629c6005553 /japanese/dvi2ps | |
parent | 404f21059e73aebf0d44be09ddeb36844c2b65cc (diff) | |
download | FreeBSD-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/Makefile | 3 |
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) |