diff options
author | krion <krion@FreeBSD.org> | 2003-09-28 22:27:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-28 22:27:09 +0800 |
commit | 773528f8ae18ae066c102bd0d356b0f0201ae566 (patch) | |
tree | b54f005336bed7383ab94c02afe5559e0b3695c2 | |
parent | cbf3e968fbc25fdd8079221c7b6b870401bc029e (diff) | |
download | freebsd-ports-gnome-773528f8ae18ae066c102bd0d356b0f0201ae566.tar.gz freebsd-ports-gnome-773528f8ae18ae066c102bd0d356b0f0201ae566.tar.zst freebsd-ports-gnome-773528f8ae18ae066c102bd0d356b0f0201ae566.zip |
- Fix MASTER_SITES
PR: 57292
Submitted by: Mark Linimon <linimon@lonesome.com>
-rw-r--r-- | archivers/squsq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index 429a0ffbb850..77bd36f1b158 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -8,7 +8,7 @@ PORTNAME= squsq PORTVERSION= 3.3 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITES_NETBSD} \ +MASTER_SITES= ${MASTER_SITE_NETBSD} \ http://freebsd.nsu.ru/distfiles/ DISTNAME= t20-squsq-3.3 |