diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-18 13:20:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-18 13:20:26 +0000 |
commit | 186211d9535ecd5fd91c14864aa23c3f1f1c2d93 (patch) | |
tree | d4aad4db37fc7a50ccf3aba3016ed1bf306a2a03 /net | |
parent | 2.6.1: Some ports (e.g. www/mozilla-embedded) use MAINDIR instead of (diff) |
Use $MASTER_SITE_SOURCEFORGE.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=51731
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugins/Makefile | 3 | ||||
-rw-r--r-- | net/netsaint-plugins/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile index b1300c888c25..402f5b51748c 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 diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index b1300c888c25..402f5b51748c 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-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 |