summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2004-06-14 13:02:15 +0000
committeryoichi <yoichi@FreeBSD.org>2004-06-14 13:02:15 +0000
commit43d7c3021b486c0be627525501a21ba6d7e4c54c (patch)
tree19d8c1ac9b3e57575b6a4d89ac5edc0ed84e8f52 /net
parentdaeefd93571ef226cfb64d198f94388e9982bb9d (diff)
downloadFreeBSD-ports-43d7c3021b486c0be627525501a21ba6d7e4c54c.zip
FreeBSD-ports-43d7c3021b486c0be627525501a21ba6d7e4c54c.tar.gz
fix build of tramp-emacs20
Notified by: Kris
Diffstat (limited to 'net')
-rw-r--r--net/tramp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index ee9ad76..f14cf44 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:
OpenPOWER on IntegriCloud