diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-16 13:55:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-16 13:55:30 +0000 |
commit | 6c4785c99290c5e406f368e30bc74c05d2467e53 (patch) | |
tree | c4417f8b3e5bc4992c3951d87a17c8eedc91fba6 /devel/rx/patches | |
parent | 59b1ff45120f22e57717a3f1bf82ff2afdf193d0 (diff) | |
download | pkgsrc-6c4785c99290c5e406f368e30bc74c05d2467e53.tar.gz |
Install header file with correct mode. pkg/16370 by rxg.
Diffstat (limited to 'devel/rx/patches')
-rw-r--r-- | devel/rx/patches/patch-ab | 9 |
1 files changed, 5 insertions, 4 deletions
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: |