diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-10 03:47:32 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-10 03:47:32 +0800 |
commit | 68748c43f8b2eebf76c63900e5ec43b0a59e6b01 (patch) | |
tree | 01995450496d37cf2a97244e77133f4ed42ce7b1 /comms | |
parent | 6c50f9e48997ec6f6f3256cdf82d79b125de3889 (diff) | |
download | freebsd-ports-gnome-68748c43f8b2eebf76c63900e5ec43b0a59e6b01.tar.gz freebsd-ports-gnome-68748c43f8b2eebf76c63900e5ec43b0a59e6b01.tar.zst freebsd-ports-gnome-68748c43f8b2eebf76c63900e5ec43b0a59e6b01.zip |
. Re-add the Savannah mirrors to MASTER_SITES.
PR: 63934
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms')
-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 f6dc6ebd2650..087968db8f9e 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} |