diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 00:19:36 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 00:19:36 +0000 |
commit | 690c6d648fb431b4e5dc1f29e023eca4b28f7d2a (patch) | |
tree | 05e54593ced57fa8419a0c579fb6c11250322c5c /sysutils | |
parent | Update to 0.2.5. (diff) |
Add a site to MASTER_SITES, to make distfile fetchable while Savannah is
still out of order.
Notes
Notes:
svn path=/head/; revision=96377
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dmidecode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index bf519cb01c63..6c7998a709b1 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -8,7 +8,8 @@ PORTNAME= dmidecode PORTVERSION= 2.3 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ + ftp://ftp.nuug.no/pub/anders/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= anders@FreeBSD.org |