diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-18 13:20:26 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-18 13:20:26 +0000 |
commit | 217fbb8e2e2db7c74e993dd0c4a4bd4b37255b98 (patch) | |
tree | ba412208e82078ff44077cc9efd3c210468bbc2f /net/nagios-plugins | |
parent | 2213f02ec6b035596df932d8e6fb0ec33db028cf (diff) | |
download | FreeBSD-ports-217fbb8e2e2db7c74e993dd0c4a4bd4b37255b98.zip FreeBSD-ports-217fbb8e2e2db7c74e993dd0c4a4bd4b37255b98.tar.gz |
Use $MASTER_SITE_SOURCEFORGE.
Approved by: maintainer
Diffstat (limited to 'net/nagios-plugins')
-rw-r--r-- | net/nagios-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index b1300c8..402f5b5 100644 --- a/net/nagios-plugins/Makefile +++ b/net/nagios-plugins/Makefile @@ -8,7 +8,8 @@ PORTNAME= netsaint-plugins PORTVERSION= 1.2.9.4 CATEGORIES= net -MASTER_SITES= http://download.sourceforge.net/netsaintplug/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= netsaintplug DISTNAME= ${PORTNAME}-1.2.9-4 MAINTAINER= blaz@si.FreeBSD.org |