diff options
author | tv <tv> | 2005-03-14 20:41:19 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-14 20:41:19 +0000 |
commit | dfe52958d8f3e63771acaf91928651c927916877 (patch) | |
tree | a11d9a835eec7bc3d30f547afd7c0adeafc4582b /www/cgilib/PLIST | |
parent | 21865503bafe92bd3144a796dd747772effb5bc9 (diff) | |
download | pkgsrc-dfe52958d8f3e63771acaf91928651c927916877.tar.gz |
This doesn't need nroff or rman, neither of which are present by default on
some systems.
Since the manpages are distributed as ... manpages, install them as
(...drum roll please...) manpages!
Also fix permissions by using BSD_INSTALL_* macros.
Diffstat (limited to 'www/cgilib/PLIST')
-rw-r--r-- | www/cgilib/PLIST | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/www/cgilib/PLIST b/www/cgilib/PLIST index 7f28e77750b..bdf5a8118b3 100644 --- a/www/cgilib/PLIST +++ b/www/cgilib/PLIST @@ -1,22 +1,21 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/14 20:41:19 tv Exp $ include/cgi.h lib/libcgi.la libexec/cgi-bin/cgitest libexec/cgi-bin/jumpto -share/doc/html/cgilib/cgi.5.html -share/doc/html/cgilib/cgiDebug.3.html -share/doc/html/cgilib/cgiFree.3.html -share/doc/html/cgilib/cgiFreeList.3.html -share/doc/html/cgilib/cgiGetCookie.3.html -share/doc/html/cgilib/cgiGetCookies.3.html -share/doc/html/cgilib/cgiGetValue.3.html -share/doc/html/cgilib/cgiGetVariables.3.html -share/doc/html/cgilib/cgiHeader.3.html -share/doc/html/cgilib/cgiInit.3.html -share/doc/html/cgilib/cgiRedirect.3.html -share/doc/html/cgilib/cgiSetHeader.3.html -share/doc/html/cgilib/cgiSetType.3.html +man/man3/cgiDebug.3 +man/man3/cgiFree.3 +man/man3/cgiFreeList.3 +man/man3/cgiGetCookie.3 +man/man3/cgiGetCookies.3 +man/man3/cgiGetValue.3 +man/man3/cgiGetVariables.3 +man/man3/cgiHeader.3 +man/man3/cgiInit.3 +man/man3/cgiRedirect.3 +man/man3/cgiSetHeader.3 +man/man3/cgiSetType.3 +man/man5/cgi.5 share/examples/cgilib/cgitest.c share/examples/cgilib/jumpto.c @dirrm share/examples/cgilib -@dirrm share/doc/html/cgilib |