diff options
author | asami <asami@FreeBSD.org> | 2000-06-03 08:13:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-03 08:13:27 +0000 |
commit | cfea180c6cc8330683e25eecde7dc3cbc7d5ea0b (patch) | |
tree | 14453aa91e76227c21ca69ff9d47c0994df93d6f /www/cgiparse | |
parent | 7cf335b93241fc1cd920a711f5c4b36c6edff0fc (diff) | |
download | FreeBSD-ports-cfea180c6cc8330683e25eecde7dc3cbc7d5ea0b.zip FreeBSD-ports-cfea180c6cc8330683e25eecde7dc3cbc7d5ea0b.tar.gz |
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
Diffstat (limited to 'www/cgiparse')
-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 8aeb126..c578b44 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 |