diff options
author | db <db@FreeBSD.org> | 2009-08-02 07:39:18 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-08-02 07:39:18 +0800 |
commit | 85154e097ad3f1eb0ab9c8fbf9c218664aeeaf06 (patch) | |
tree | 3b7216d1214530d63945218e0d7c4a51f8a3b86d | |
parent | a15ac3f515c4ae31f0e614cc65201afa7bd130f3 (diff) | |
download | freebsd-ports-gnome-85154e097ad3f1eb0ab9c8fbf9c218664aeeaf06.tar.gz freebsd-ports-gnome-85154e097ad3f1eb0ab9c8fbf9c218664aeeaf06.tar.zst freebsd-ports-gnome-85154e097ad3f1eb0ab9c8fbf9c218664aeeaf06.zip |
- Add MASTER_SITE_SAVANNAH to the list of master sites as xlog development has
moved there. Download links tested manually using make fetch.
PR: ports/137342
-rw-r--r-- | comms/xlog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index c8cddf20500c..d99b5e315cba 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -8,8 +8,10 @@ PORTNAME= xlog PORTVERSION= 2.0.3 CATEGORIES= comms hamradio -MASTER_SITES= http://pg4i.chronos.org.uk/download/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + http://pg4i.chronos.org.uk/download/ \ http://www.qsl.net/pg4i/download/ +MASTER_SITE_SUBDIR= xlog MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio logging application |