diff options
-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 |