diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-06-16 03:13:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-06-16 03:13:37 +0000 |
commit | 234855527ee3453d3431f8bcd800f867286921b9 (patch) | |
tree | dfd7d9a91351d1c09fb86f763296d3cff020f3a7 /net/tramp | |
parent | 315ed1354c40bf64a82523b89e29d04117a7b140 (diff) | |
download | ports-234855527ee3453d3431f8bcd800f867286921b9.tar.gz ports-234855527ee3453d3431f8bcd800f867286921b9.zip |
Notes
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 53b4b5fdfca4..e2a187ec0398 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -27,6 +27,7 @@ PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} CONFIGURE_ENV= TEXI2DVI=no CONFIGURE_ARGS= --with-contrib --prefix=${PREFIX} \ --with-lispdir=${PREFIX}/${TRAMP_LISPDIR} \ + --infodir=${PREFIX}/info \ --with-emacs=${EMACS_CMD} INFO= tramp |