diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-09 19:47:32 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-09 19:47:32 +0000 |
commit | 68748c43f8b2eebf76c63900e5ec43b0a59e6b01 (patch) | |
tree | 01995450496d37cf2a97244e77133f4ed42ce7b1 | |
parent | 6c50f9e48997ec6f6f3256cdf82d79b125de3889 (diff) | |
download | FreeBSD-ports-68748c43f8b2eebf76c63900e5ec43b0a59e6b01.zip FreeBSD-ports-68748c43f8b2eebf76c63900e5ec43b0a59e6b01.tar.gz |
. Re-add the Savannah mirrors to MASTER_SITES.
PR: 63934
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
-rw-r--r-- | comms/gnokii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index f6dc6eb..087968d 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -9,7 +9,8 @@ PORTNAME= gnokii PORTVERSION= 0.6.0 PORTEPOCH= 1 CATEGORIES= comms -MASTER_SITES= http://www.gnokii.org/download/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + http://www.gnokii.org/download/ \ ftp://ftp.gnokii.org/pub/gnokii/ MASTER_SITE_SUBDIR= ${PORTNAME} |