diff options
author | krion <krion@FreeBSD.org> | 2003-09-28 14:27:09 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-28 14:27:09 +0000 |
commit | 773528f8ae18ae066c102bd0d356b0f0201ae566 (patch) | |
tree | b54f005336bed7383ab94c02afe5559e0b3695c2 /archivers/squsq | |
parent | cbf3e968fbc25fdd8079221c7b6b870401bc029e (diff) | |
download | FreeBSD-ports-773528f8ae18ae066c102bd0d356b0f0201ae566.zip FreeBSD-ports-773528f8ae18ae066c102bd0d356b0f0201ae566.tar.gz |
- Fix MASTER_SITES
PR: 57292
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'archivers/squsq')
-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 429a0ff..77bd36f 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 |