diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-09-03 08:02:07 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-09-03 08:02:07 +0000 |
commit | d4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f (patch) | |
tree | 4f6fcc839f96bb2dae8dfd87a6fecfdec13bb382 /net/tramp/Makefile | |
parent | 56c260271c7508d5b5daa877e2832ae84d634f2d (diff) | |
download | FreeBSD-ports-d4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f.zip FreeBSD-ports-d4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f.tar.gz |
Update to 2.0.15.
Master site has moved to savannah.
Diffstat (limited to 'net/tramp/Makefile')
-rw-r--r-- | net/tramp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 2061e21..efb6fdc 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -6,11 +6,10 @@ # PORTNAME= tramp -PORTVERSION= 0.0.20020411 +PORTVERSION= 2.0.15 CATEGORIES= net elisp -MASTER_SITES= http://tramp.sourceforge.net/download/ +MASTER_SITES= http://freesoftware.fsf.org/download/tramp/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME} MAINTAINER= yoichi@FreeBSD.org @@ -58,8 +57,8 @@ do-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/*.el ${BUILD_WRKSRC}/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/tramp2/*.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} .if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/texi/tramp.info ${PREFIX}/info - install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/tramp.info ${PREFIX}/info/dir + ${INSTALL_DATA} ${WRKSRC}/info/tramp ${PREFIX}/info + install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/tramp ${PREFIX}/info/dir .if defined(JAPANESE_INFO) ${INSTALL_DATA} ${WRKSRC}/texi/tramp_ja.info ${PREFIX}/info install-info --section=${DIRSECTION} --entry=${INFOENTRY_JA} ${PREFIX}/info/tramp_ja.info ${PREFIX}/info/dir |