diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:51:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:51:06 +0000 |
commit | 4d0a0dc1c69f1f51e6b71413a5a965e0cfd26259 (patch) | |
tree | 179150b665d2f7da2053bd0dfeaf789ae4a7951a /misc/firestring | |
parent | 3baa89dcc940f9d4cc6e68219720b4e96fb52a08 (diff) |
Notes
Diffstat (limited to 'misc/firestring')
-rw-r--r-- | misc/firestring/Makefile | 1 | ||||
-rw-r--r-- | misc/firestring/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index 72ef344e2f81..d28b995a7fbf 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= -${PORTVERSION}.tar.gz MAINTAINER= dean@odyssey.apana.org.au +COMMENT= A library to make string handling easier in C HAS_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/misc/firestring/pkg-comment b/misc/firestring/pkg-comment deleted file mode 100644 index 7446573a9866..000000000000 --- a/misc/firestring/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library to make string handling easier in C |