diff options
author | tron <tron@pkgsrc.org> | 1999-05-20 20:37:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-20 20:37:50 +0000 |
commit | 184acb14a5dc663e85d0ef41718acd1170173bda (patch) | |
tree | fb8f969480595ea5c78e02acbe9a5b81c0b3051e /comms | |
parent | 02e48b67b3fe395d3dfb005df2bfffac8b576246 (diff) | |
download | pkgsrc-184acb14a5dc663e85d0ef41718acd1170173bda.tar.gz |
Use "${BSD_INSTALL_SCRIPT}" instead of "${LIBTOOL} ${INSTALL_SCRIPT}"
because we don't need to deal with "MAKE_ENV" this way.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/pilot-link/patches/patch-ab b/comms/pilot-link/patches/patch-ab index cc2f270cc74..17f3b40b10a 100644 --- a/comms/pilot-link/patches/patch-ab +++ b/comms/pilot-link/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 1998/09/22 14:56:11 agc Exp $ +$NetBSD: patch-ab,v 1.4 1999/05/20 20:37:50 tron Exp $ ---- Makefile.in.orig Fri Jul 17 16:30:38 1998 -+++ Makefile.in Fri Jul 17 16:48:57 1998 +--- Makefile.in.orig Mon Aug 24 09:16:08 1998 ++++ Makefile.in Thu May 20 22:21:44 1999 @@ -44,7 +44,7 @@ libcclib = @libcclib@ cclib = @cclib@ @@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.3 1998/09/22 14:56:11 agc Exp $ + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/$$p; \ + done + for p in $(PERLEXECS); do \ -+ $(LIBTOOL) --mode=install $(INSTALL_SCRIPT) $$p $(bindir)/$$p; \ ++ $(BSD_INSTALL_SCRIPT) $$p $(bindir)/$$p; \ done for h in include/*.h $(srcdir)/include/*.h include/*.hxx $(srcdir)/include/*.hxx; do \ $(INSTALL_DATA) $$h $(includedir)/`basename $$h`; \ |