diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-21 13:20:46 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-21 13:20:46 +0000 |
commit | cbc91e7b48faa39f045eb730f0261288dc8af0e9 (patch) | |
tree | f2b5ef238d254a258a55992199576c96ebf93b71 /net/sntop/Makefile | |
parent | 7e82353047cb8daa52fe1a7f1854e75de1104b5d (diff) | |
download | FreeBSD-ports-cbc91e7b48faa39f045eb730f0261288dc8af0e9.zip FreeBSD-ports-cbc91e7b48faa39f045eb730f0261288dc8af0e9.tar.gz |
Update MASTER_SITES to use ${MASTER_SITE_SOURCEFORGE}
PR: 22174
Submitted by: MAINTAINER
Diffstat (limited to 'net/sntop/Makefile')
-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 cdbcd22..8e51104 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 |