aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/clig/Makefile5
-rw-r--r--devel/clig/pkg-descr6
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile
index ef2be8530e7b..83008aae3073 100644
--- a/devel/clig/Makefile
+++ b/devel/clig/Makefile
@@ -5,15 +5,14 @@ PORTNAME= clig
PORTVERSION= 1.9.11.1
PORTREVISION= 3
CATEGORIES= devel tcl
-MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/
+MASTER_SITES= http://BSDforge.com/projects/source/devel/clig/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING-2.0
-BROKEN= Does not fetch
USES= shebangfix tcl tk
SHEBANG_FILES= tcl/*.tcl
tk_OLD_CMD= /usr/bin/wish8.0
diff --git a/devel/clig/pkg-descr b/devel/clig/pkg-descr
index 1bd298c0aa60..e192bb7521ab 100644
--- a/devel/clig/pkg-descr
+++ b/devel/clig/pkg-descr
@@ -1,10 +1,10 @@
Clig generates C code to take apart the typical command-line arguments
-given to a C program. Input to clig is a simple description file that
+given to a C program. Input to clig is a simple description file that
specifies the name and number of options, their type (Flag, String,
-Float, Int) and permissible range, and which options are mandatory. From
+Float, Int) and permissible range, and which options are mandatory. From
this, clig will generate self-contained C code to include in your program,
a usage message, and a manual page skeleton.
Clig does a lot more than getopt!
-WWW: http://wsd.iitb.fhg.de/~geg/clighome/
+WWW: http://BSDforge.com/projects/devel/clig