aboutsummaryrefslogtreecommitdiffstats
path: root/net/tramp/Makefile
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-03-26 22:21:45 +0800
committeryoichi <yoichi@FreeBSD.org>2002-03-26 22:21:45 +0800
commiteea840aad6d8e163777131531518cefd13f4f5de (patch)
tree7e59efba5d91d073282b8a3e2191d75c8c71c32a /net/tramp/Makefile
parent87e00c2de25c5f47ceebb588b160f7015a035a06 (diff)
downloadfreebsd-ports-gnome-eea840aad6d8e163777131531518cefd13f4f5de.tar.gz
freebsd-ports-gnome-eea840aad6d8e163777131531518cefd13f4f5de.tar.zst
freebsd-ports-gnome-eea840aad6d8e163777131531518cefd13f4f5de.zip
Update to 20020218.
Diffstat (limited to 'net/tramp/Makefile')
-rw-r--r--net/tramp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 479d236f587b..e3395414fa16 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020130
+PORTVERSION= 0.0.20020218
CATEGORIES= net elisp
MASTER_SITES= http://tramp.sourceforge.net/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -43,11 +43,11 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE} EMACS=${EMACS_CMD} format-spec.elc)
- (${CP} ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
+ (${CP} -p ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
.endif
post-build:
.if !defined(NOPORTDOCS)
-# (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
+ (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
.if defined(JAPANESE_INFO)
(cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=jmakeinfo tramp_ja.info)
.endif