diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-09-02 16:16:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-09-02 16:16:51 +0000 |
commit | c7c9419ce52989f8e8271bb0086c2e2f1e0deeff (patch) | |
tree | 91b81465581f47c310ee8eca4806eb53f4c394b5 | |
parent | Add ConfigKit 0.3, a somewhat prototypical facility for generating CLI (diff) |
Fixup descriptions and comments.
-rw-r--r-- | devel/libphk/Makefile | 2 | ||||
-rw-r--r-- | devel/libphk/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libphk/Makefile b/devel/libphk/Makefile index 06967d51c086..cc54e61eff91 100644 --- a/devel/libphk/Makefile +++ b/devel/libphk/Makefile @@ -15,7 +15,7 @@ DISTNAME= Libphk.${PORTVERSION:C/0.3.//} EXTRACT_SUFX= .tgz MAINTAINER= mat@FreeBSD.org -COMMENT= Function used by a few other ports +COMMENT= PHK's utilities functions WRKSRC= ${WRKDIR}/Libphk diff --git a/devel/libphk/pkg-descr b/devel/libphk/pkg-descr index 3926460aba07..ab84223b164a 100644 --- a/devel/libphk/pkg-descr +++ b/devel/libphk/pkg-descr @@ -1,3 +1,3 @@ -A somewhat prototypical facility for generating CLI interfaces. +PHK's utilities functions. WWW: http://phk.freebsd.dk/phkrel/ |