aboutsummaryrefslogtreecommitdiff
path: root/net/tramp/Makefile
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
commit2591f7a811f670a67cad5ab4a92617fc919f385c (patch)
treefb2a60d861fec79d73a909b83c634d80dab77b18 /net/tramp/Makefile
parentae657d9f129f3669dc5195b8cd89257aa552adb8 (diff)
downloadports-2591f7a811f670a67cad5ab4a92617fc919f385c.tar.gz
ports-2591f7a811f670a67cad5ab4a92617fc919f385c.zip
Notes
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