aboutsummaryrefslogtreecommitdiffstats
path: root/net/tramp
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2004-06-14 21:02:15 +0800
committeryoichi <yoichi@FreeBSD.org>2004-06-14 21:02:15 +0800
commit43d7c3021b486c0be627525501a21ba6d7e4c54c (patch)
tree19d8c1ac9b3e57575b6a4d89ac5edc0ed84e8f52 /net/tramp
parentdaeefd93571ef226cfb64d198f94388e9982bb9d (diff)
downloadfreebsd-ports-gnome-43d7c3021b486c0be627525501a21ba6d7e4c54c.tar.gz
freebsd-ports-gnome-43d7c3021b486c0be627525501a21ba6d7e4c54c.tar.zst
freebsd-ports-gnome-43d7c3021b486c0be627525501a21ba6d7e4c54c.zip
fix build of tramp-emacs20
Notified by: Kris
Diffstat (limited to 'net/tramp')
-rw-r--r--net/tramp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index ee9ad76c1151..f14cf4490576 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -27,7 +27,8 @@ PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} \
INFOENTRY=${INFOENTRY} INFOENTRY_JA=${INFOENTRY_JA}
CONFIGURE_ENV= TEXI2DVI=no
CONFIGURE_ARGS= --with-contrib --prefix=${PREFIX} \
- --with-lispdir=${PREFIX}/${TRAMP_LISPDIR}
+ --with-lispdir=${PREFIX}/${TRAMP_LISPDIR} \
+ --with-emacs=${EMACS_CMD}
.if defined(JAPANESE_INFO)
CONFIGURE_ARGS+= --with-japanese-manual
@@ -45,9 +46,6 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE})
-.for i in format-spec md5
- (${CP} -p ${WRKSRC}/contrib/${i}.el ${WRKSRC}/contrib/${i}.elc ${BUILD_WRKSRC}/lisp)
-.endfor
.endif
post-install: