diff options
author | steve <steve@FreeBSD.org> | 2000-08-20 04:17:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-20 04:17:10 +0800 |
commit | f4189b9886a7bd059bb48e59ed74ea803e3c22f5 (patch) | |
tree | c1426e0766d8ec3d0c42b4251580b7e4cf2d423e /www/cgiparse | |
parent | c7d7ccca3a5a7c453a72c0c93352a7dfcaf8715f (diff) | |
download | freebsd-ports-gnome-f4189b9886a7bd059bb48e59ed74ea803e3c22f5.tar.gz freebsd-ports-gnome-f4189b9886a7bd059bb48e59ed74ea803e3c22f5.tar.zst freebsd-ports-gnome-f4189b9886a7bd059bb48e59ed74ea803e3c22f5.zip |
Minor fixups:
- Set GNU_CONFIGURE=yes.
- Move manpages from pkg/PLIST to Makefile.
- Add .so symlink to pkg/PLIST.
Diffstat (limited to 'www/cgiparse')
-rw-r--r-- | www/cgiparse/Makefile | 3 | ||||
-rw-r--r-- | www/cgiparse/pkg-plist | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 2c757ea53274..b913e3592942 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -15,4 +15,7 @@ MAINTAINER= jmg@FreeBSD.org LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install +GNU_CONFIGURE= yes +MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 + .include <bsd.port.mk> diff --git a/www/cgiparse/pkg-plist b/www/cgiparse/pkg-plist index c63f5661cc08..c409902f7b25 100644 --- a/www/cgiparse/pkg-plist +++ b/www/cgiparse/pkg-plist @@ -1,9 +1,5 @@ include/cgi.h lib/libcgiparse.a +lib/libcgiparse.so lib/libcgiparse.so.1 lib/libcgiparse_p.a -man/man3/cgigetvalue.3.gz -man/man3/cgiclose.3.gz -man/man3/cginewquerystr.3.gz -@unexec /usr/bin/env /sbin/ldconfig -R -@exec /usr/bin/env /sbin/ldconfig -m %B |