diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-02-05 16:10:08 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-02-05 16:10:08 +0000 |
commit | 5f920608edeaa72352b4938e75b9a19f1e80a389 (patch) | |
tree | 52a19eff1c818a5a8d03c196eee08129bcd0ada5 /net | |
parent | ae24f7eb40e645bc77a2d682c0926f6a041ac0de (diff) | |
download | ports-5f920608edeaa72352b4938e75b9a19f1e80a389.tar.gz ports-5f920608edeaa72352b4938e75b9a19f1e80a389.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/tramp/Makefile | 9 | ||||
-rw-r--r-- | net/tramp/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 090900c7fbb8..479d236f587b 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 895eb185c756..53d7b55c06ba 100644 --- a/net/tramp/distinfo +++ b/net/tramp/distinfo @@ -1 +1 @@ -MD5 (tramp.tar.gz) = e0c84d598e4e29dbfac4e693aba0cbbe +MD5 (tramp.tar.gz) = f284bfd2856f394d7e76b19e6fdcb236 |