summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-19 20:17:10 +0000
committersteve <steve@FreeBSD.org>2000-08-19 20:17:10 +0000
commitf4189b9886a7bd059bb48e59ed74ea803e3c22f5 (patch)
treec1426e0766d8ec3d0c42b4251580b7e4cf2d423e
parentc7d7ccca3a5a7c453a72c0c93352a7dfcaf8715f (diff)
downloadFreeBSD-ports-f4189b9886a7bd059bb48e59ed74ea803e3c22f5.zip
FreeBSD-ports-f4189b9886a7bd059bb48e59ed74ea803e3c22f5.tar.gz
Minor fixups:
- Set GNU_CONFIGURE=yes. - Move manpages from pkg/PLIST to Makefile. - Add .so symlink to pkg/PLIST.
-rw-r--r--www/cgiparse/Makefile3
-rw-r--r--www/cgiparse/pkg-plist6
2 files changed, 4 insertions, 5 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile
index 2c757ea..b913e35 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 c63f566..c409902 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
OpenPOWER on IntegriCloud