diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-21 21:20:46 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-21 21:20:46 +0800 |
commit | cbc91e7b48faa39f045eb730f0261288dc8af0e9 (patch) | |
tree | f2b5ef238d254a258a55992199576c96ebf93b71 /net/sntop | |
parent | 7e82353047cb8daa52fe1a7f1854e75de1104b5d (diff) | |
download | freebsd-ports-gnome-cbc91e7b48faa39f045eb730f0261288dc8af0e9.tar.gz freebsd-ports-gnome-cbc91e7b48faa39f045eb730f0261288dc8af0e9.tar.zst freebsd-ports-gnome-cbc91e7b48faa39f045eb730f0261288dc8af0e9.zip |
Update MASTER_SITES to use ${MASTER_SITE_SOURCEFORGE}
PR: 22174
Submitted by: MAINTAINER
Diffstat (limited to 'net/sntop')
-rw-r--r-- | net/sntop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile index cdbcd226bad6..8e511045aa88 100644 --- a/net/sntop/Makefile +++ b/net/sntop/Makefile @@ -8,7 +8,8 @@ PORTNAME= sntop PORTVERSION= 1.2.1 CATEGORIES= net -MASTER_SITES= ftp://sntop.sourceforge.net/pub/sntop/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sntop MAINTAINER= matt@gsicomp.on.ca |