summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-02-05 16:10:08 +0000
committeryoichi <yoichi@FreeBSD.org>2002-02-05 16:10:08 +0000
commitfa4d7f1993874605f61d4883e674ba490026fc89 (patch)
tree6e6e33d481fc6662966935ebf577b7ef22afda97 /net
parent2929cac58c9e16afcfa84d150219d0b2d517e5ad (diff)
downloadFreeBSD-ports-fa4d7f1993874605f61d4883e674ba490026fc89.zip
FreeBSD-ports-fa4d7f1993874605f61d4883e674ba490026fc89.tar.gz
Update to new distfile (20020130).
Require gmake.
Diffstat (limited to 'net')
-rw-r--r--net/tramp/Makefile9
-rw-r--r--net/tramp/distinfo2
2 files changed, 6 insertions, 5 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 090900c..479d236 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020121
+PORTVERSION= 0.0.20020130
CATEGORIES= net elisp
MASTER_SITES= http://tramp.sourceforge.net/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -17,6 +17,7 @@ MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME?= emacs21
BUILD_WRKSRC= ${WRKSRC}/lisp
+USE_GMAKE= yes
TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
DIRSECTION= "The Emacs editor and associated tools"
@@ -41,14 +42,14 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
- (cd ${WRKSRC}/contrib; ${MAKE} EMACS=${EMACS_CMD} format-spec.elc)
+ (cd ${WRKSRC}/contrib; ${GMAKE} EMACS=${EMACS_CMD} format-spec.elc)
(${CP} ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
.endif
post-build:
.if !defined(NOPORTDOCS)
- (cd ${WRKSRC}/texi; ${MAKE} 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; ${MAKE} EMACS=${EMACS_CMD} MAKEINFO=jmakeinfo tramp_ja.info)
+ (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=jmakeinfo tramp_ja.info)
.endif
.endif
diff --git a/net/tramp/distinfo b/net/tramp/distinfo
index 895eb18..53d7b55 100644
--- a/net/tramp/distinfo
+++ b/net/tramp/distinfo
@@ -1 +1 @@
-MD5 (tramp.tar.gz) = e0c84d598e4e29dbfac4e693aba0cbbe
+MD5 (tramp.tar.gz) = f284bfd2856f394d7e76b19e6fdcb236
OpenPOWER on IntegriCloud