diff options
Diffstat (limited to 'misc/iselect/Makefile')
-rw-r--r-- | misc/iselect/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 7f480a00f299..3fc05fad1ba8 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -6,9 +6,10 @@ # PORTNAME= iselect -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/iselect/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= tool/iselect MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Selection Tool |