diff options
author | shurd <shurd@FreeBSD.org> | 2015-05-12 17:13:13 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2015-05-12 17:13:13 +0800 |
commit | 3b9f6567e8d45f4a1976d147c84bba092bfb42fd (patch) | |
tree | b8fb01deccd34140ae1fc388311baf8ddfd5c4c0 | |
parent | 9c8e0ef87217295e6f509d3bb26a4eb839a87ecf (diff) | |
download | freebsd-ports-gnome-3b9f6567e8d45f4a1976d147c84bba092bfb42fd.tar.gz freebsd-ports-gnome-3b9f6567e8d45f4a1976d147c84bba092bfb42fd.tar.zst freebsd-ports-gnome-3b9f6567e8d45f4a1976d147c84bba092bfb42fd.zip |
Fix MASTER_SITE_LOCAL
-rw-r--r-- | comms/quisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index a6333cd25ba4..e9235504439a 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.6.22 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=db +MASTER_SITE_SUBDIR=shurd MAINTAINER= hamradio@FreeBSD.org COMMENT= Software Defined Radio (SDR) |