summaryrefslogtreecommitdiff
path: root/www/cgilib/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-03 14:23:36 +0000
committerjlam <jlam@pkgsrc.org>2001-05-03 14:23:36 +0000
commitc1f398c93e585a273ca84f26187eee0c09684b0f (patch)
tree8e5df2ccb760dcc98659fe05336597f0e1e54a6b /www/cgilib/patches
parent9dcd167d1f1e1c86b218da7b8668e44f9858f4ed (diff)
downloadpkgsrc-c1f398c93e585a273ca84f26187eee0c09684b0f.tar.gz
Only depend on rman if not in base system, and install HTML documentation
under ${PREFIX}/share/doc/html.
Diffstat (limited to 'www/cgilib/patches')
-rw-r--r--www/cgilib/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cgilib/patches/patch-ab b/www/cgilib/patches/patch-ab
index 9e6068f85c8..53b5f1463a8 100644
--- a/www/cgilib/patches/patch-ab
+++ b/www/cgilib/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 1999/11/08 17:25:00 wennmach Exp $
+$NetBSD: patch-ab,v 1.3 2001/05/03 14:23:36 jlam Exp $
--- Makefile.orig Fri Aug 20 23:14:07 1999
+++ Makefile Mon Nov 8 18:06:31 1999
@@ -14,30 +14,38 @@
@@ -40,9 +40,9 @@ $NetBSD: patch-ab,v 1.2 1999/11/08 17:25:00 wennmach Exp $
+ install -c -m 755 jumpto ${PREFIX}/libexec/cgi-bin
+ install -c -m 444 libcgi.a ${PREFIX}/lib
+ install -c -m 444 cgi.h ${PREFIX}/include
-+ -mkdir -p ${PREFIX}/share/doc/cgilib
++ -mkdir -p ${PREFIX}/share/doc/html/cgilib
+ for i in *.html; do \
-+ install -c -m 444 $$i ${PREFIX}/share/doc/cgilib ; \
++ install -c -m 444 $$i ${PREFIX}/share/doc/html/cgilib ; \
+ done
clean: