diff options
-rw-r--r-- | misc/getopt/Makefile | 2 | ||||
-rw-r--r-- | misc/getopt/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 26754b21d561..74e50bd5b721 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -9,7 +9,7 @@ PORTNAME= getopt PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://huizen.dds.nl/~frodol/ +MASTER_SITES= http://www.frodol.dds.nl/ MAINTAINER= sergei@FreeBSD.org COMMENT= A getopt(1) replacement that supports GNU-style long options diff --git a/misc/getopt/pkg-descr b/misc/getopt/pkg-descr index 687e309465ca..beb651441fff 100644 --- a/misc/getopt/pkg-descr +++ b/misc/getopt/pkg-descr @@ -11,4 +11,4 @@ Rewrite of getopt(1) with the following features: * It compiles cleanly with both libc-5 and glibc-2. Author: Frodo Looijaard <frodol@dds.nl> -WWW: http://huizen.dds.nl/~frodol/getopt.html +WWW: http://www.frodol.dds.nl/getopt.html |