diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 00:10:57 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 00:10:57 +0000 |
commit | f8e8be0b4afa02e2ff857aa66d6c2b7e87dfdc04 (patch) | |
tree | f80db3b32498ac9fa8af9a43fa6ecd0131870310 /sysutils | |
parent | Add (conditional) hidden dependency for iconv and gdbm. (diff) |
House distfiles at ${MASTER_SITE_LOCAL} until the main distribution site
reappears.
Submitted by: fenner's distfile survey
Notes
Notes:
svn path=/head/; revision=54179
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/colorize/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index b5541b027415..456f16ca7b55 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -8,7 +8,9 @@ PORTNAME= colorize PORTVERSION= 0.3.0 CATEGORIES= sysutils -MASTER_SITES= http://nrg.martos.bme.hu/release/colorize/download/gz/ +MASTER_SITES= http://nrg.martos.bme.hu/release/colorize/download/gz/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= petef DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= petef@FreeBSD.org |