diff options
author | sergei <sergei@FreeBSD.org> | 2005-02-19 19:00:12 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-02-19 19:00:12 +0800 |
commit | b334a98f48dbd09650e72a331cbea3c6c168e8d2 (patch) | |
tree | 58f5aa097b8e46072d73d3ec2e598c71b62e6118 /misc/getopt | |
parent | 1483ebfd2e4fa486a66c1af44730f23647fc3e95 (diff) | |
download | freebsd-ports-gnome-b334a98f48dbd09650e72a331cbea3c6c168e8d2.tar.gz freebsd-ports-gnome-b334a98f48dbd09650e72a331cbea3c6c168e8d2.tar.zst freebsd-ports-gnome-b334a98f48dbd09650e72a331cbea3c6c168e8d2.zip |
- Update MASTER_SITES and WWW
Prompted by: pointyhat via kris
Diffstat (limited to 'misc/getopt')
-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 |