diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /security | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | FreeBSD-ports-86688662ee4069a7cd518676ff8e421c8f0e809d.zip FreeBSD-ports-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'security')
-rw-r--r-- | security/gtkportscan/Makefile | 3 | ||||
-rw-r--r-- | security/kssh/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/gtkportscan/Makefile b/security/gtkportscan/Makefile index fda714c..e7dc447 100644 --- a/security/gtkportscan/Makefile +++ b/security/gtkportscan/Makefile @@ -8,7 +8,8 @@ PORTNAME= gtkportscan PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cpiazza MAINTAINER= ports@FreeBSD.org diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 68a9396..c453991 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -8,7 +8,8 @@ PORTNAME= kssh PORTVERSION= 0.2 CATEGORIES= security -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will MAINTAINER= ports@FreeBSD.org |