diff options
Diffstat (limited to 'misc/getopt/Makefile')
-rw-r--r-- | misc/getopt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 74e50bd5b721..bbf3c1953098 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -6,10 +6,9 @@ # PORTNAME= getopt -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= misc -MASTER_SITES= http://www.frodol.dds.nl/ +MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= sergei@FreeBSD.org COMMENT= A getopt(1) replacement that supports GNU-style long options |