diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 03:48:41 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 03:48:41 +0000 |
commit | 516f954da063bf3b1e9983f677431e07ba297252 (patch) | |
tree | 71445f03f510976804652d2031010cd7ff40f098 | |
parent | c2ac27ba3bb56cb80de4e2468c58240ce52f6201 (diff) | |
download | ports-516f954da063bf3b1e9983f677431e07ba297252.tar.gz ports-516f954da063bf3b1e9983f677431e07ba297252.zip |
Notes
-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 |