summaryrefslogtreecommitdiff
path: root/devel/rx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-16 13:55:30 +0000
committerwiz <wiz@pkgsrc.org>2002-04-16 13:55:30 +0000
commit6c4785c99290c5e406f368e30bc74c05d2467e53 (patch)
treec4417f8b3e5bc4992c3951d87a17c8eedc91fba6 /devel/rx
parent59b1ff45120f22e57717a3f1bf82ff2afdf193d0 (diff)
downloadpkgsrc-6c4785c99290c5e406f368e30bc74c05d2467e53.tar.gz
Install header file with correct mode. pkg/16370 by rxg.
Diffstat (limited to 'devel/rx')
-rw-r--r--devel/rx/distinfo4
-rw-r--r--devel/rx/patches/patch-ab9
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/rx/distinfo b/devel/rx/distinfo
index 6ad5724b54a..a0d4ace3bf5 100644
--- a/devel/rx/distinfo
+++ b/devel/rx/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:45 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/04/16 13:55:30 wiz Exp $
SHA1 (rx-1.5.tar.gz) = 1f29112cea41bb547b551361162be306f8c3995a
Size (rx-1.5.tar.gz) = 637996 bytes
SHA1 (patch-aa) = 6dd85891f4593c98b34835b56b0c32e89c7175a7
-SHA1 (patch-ab) = ff234edd168aa34124b5ebbadef3466650b59c63
+SHA1 (patch-ab) = 69abb3d80cdc84d9e59e1abf6c4084292b49e330
diff --git a/devel/rx/patches/patch-ab b/devel/rx/patches/patch-ab
index 9f2525e1729..e546e117680 100644
--- a/devel/rx/patches/patch-ab
+++ b/devel/rx/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/01/17 03:44:28 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2002/04/16 13:55:30 wiz Exp $
---- rx/Makefile.in.orig Fri Nov 22 07:47:49 1996
-+++ rx/Makefile.in Sun Jan 16 22:11:05 2000
+--- rx/Makefile.in.orig Fri Nov 22 13:47:49 1996
++++ rx/Makefile.in
@@ -59,24 +59,23 @@
$(CC) $(ALL_CFLAGS) -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@ ; \
@@ -17,8 +17,9 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/01/17 03:44:28 jlam Exp $
test -d $(includedir) || mkdir $(includedir)
- $(INSTALL) librx.a $(libdir)/librx.a
- $(RANLIB) $(libdir)/librx.a
+- $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
+ $(LIBTOOL) $(INSTALL) librx.la $(libdir)
- $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
++ $(BSD_INSTALL_DATA) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
uninstall: