diff options
author | acm <acm@FreeBSD.org> | 2006-11-01 11:48:41 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-11-01 11:48:41 +0800 |
commit | 4443b698eaefec73fce34d023f5e46adaa2484b2 (patch) | |
tree | 7e736a9b6bc8af005fc7099d494e8ca0393cb990 /sysutils | |
parent | 6a07ff0a9b70a7578feaa2c58d8593c51196c256 (diff) | |
download | freebsd-ports-gnome-4443b698eaefec73fce34d023f5e46adaa2484b2.tar.gz freebsd-ports-gnome-4443b698eaefec73fce34d023f5e46adaa2484b2.tar.zst freebsd-ports-gnome-4443b698eaefec73fce34d023f5e46adaa2484b2.zip |
- Utilize SF.net mirrors
- Other tiny modification
PR: ports/104945
Submitted by: Thomas Abthorpe
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hoz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/hoz/Makefile b/sysutils/hoz/Makefile index a96ff1617025..ed84d2e9efd1 100644 --- a/sysutils/hoz/Makefile +++ b/sysutils/hoz/Makefile @@ -9,8 +9,9 @@ PORTNAME= hoz PORTVERSION= 1.65 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://hoz.sourceforge.net/download/ -DISTNAME= hoz-165 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= acm@FreeBSD.org COMMENT= File splitter, GTK and CLI versions |