diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021 (patch) | |
tree | b6c77eccf1aba052a36e6bf06465fddc6e27bcf6 /net/tramp/Makefile | |
parent | Fix patches due to missing atol(). (diff) |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'net/tramp/Makefile')
-rw-r--r-- | net/tramp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile index b77945b07ef1..8a897ffc71ae 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -8,7 +8,8 @@ PORTNAME= tramp PORTVERSION= 2.0.36 CATEGORIES= net elisp -MASTER_SITES= http://savannah.nongnu.org/download/tramp/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yoichi@FreeBSD.org |