diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:17:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:17:10 +0000 |
commit | 6d59cf1306a2b6354ca1d7ffddde3117d2d12e02 (patch) | |
tree | 933d0b9e5185ec80592b666e795d6d4b6aeecaf4 /www | |
parent | We don't have fpsetmask(3) on the Alpha. (diff) |
Minor fixups:
- Set GNU_CONFIGURE=yes.
- Move manpages from pkg/PLIST to Makefile.
- Add .so symlink to pkg/PLIST.
Notes
Notes:
svn path=/head/; revision=31768
Diffstat (limited to '')
-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 |