diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:13:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:13:27 +0000 |
commit | 4b8f67ace23c302755578bafe85439b89a2e820a (patch) | |
tree | 3948f0ca9a1acf4b80d8da4b45165308fd7fc7e2 | |
parent | No need to delete share/emacs/site-lisp, it's created by mtree. (diff) |
Add libcgiparse.so. While I'm here, convert from a.out (.so.1.0) to
ELF (.so.1) format for shared library name.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=29147
-rw-r--r-- | www/cgiparse/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cgiparse/pkg-plist b/www/cgiparse/pkg-plist index 8aeb12644fe1..c578b445d6e5 100644 --- a/www/cgiparse/pkg-plist +++ b/www/cgiparse/pkg-plist @@ -1,6 +1,7 @@ include/cgi.h lib/libcgiparse.a -lib/libcgiparse.so.1.0 +lib/libcgiparse.so.1 +lib/libcgiparse.so man/man3/cgigetvalue.3.gz man/man3/cgiclose.3.gz man/man3/cginewquerystr.3.gz |