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/colorize | |
parent | 6707cd923c67cdf5b7a213f3b805a2732e6879bc (diff) | |
download | ports-f8e8be0b4afa02e2ff857aa66d6c2b7e87dfdc04.tar.gz ports-f8e8be0b4afa02e2ff857aa66d6c2b7e87dfdc04.zip |
Notes
Diffstat (limited to 'sysutils/colorize')
-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 |