diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-09-20 13:22:21 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2003-09-20 13:22:21 +0000 |
commit | 805a0783b95858d21d7244486a2b1f72ed067aab (patch) | |
tree | 9ad3b152a5a89452c0c0eb1cbef96c9baab5f341 /net/tramp | |
parent | 0ff9b555dc3e395b1398baff82a46a91752c440f (diff) |
Don't call texi2dvi.
Submitted by: Koji Mori <mori@tri.asanuma.co.jp>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=89078
Diffstat (limited to 'net/tramp')
-rw-r--r-- | net/tramp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index c9520473976d..b77945b07ef1 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -26,6 +26,7 @@ INFOENTRY_JA= "* TRAMP-J: (tramp_ja). Transparent Remote Access, Multi PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} \ DIRSECTION=${DIRSECTION} \ INFOENTRY=${INFOENTRY} INFOENTRY_JA=${INFOENTRY_JA} +CONFIGURE_ENV= TEXI2DVI=no CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-lispdir=${PREFIX}/${TRAMP_LISPDIR} |