summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortron <tron>1999-05-20 20:37:50 +0000
committertron <tron>1999-05-20 20:37:50 +0000
commit92cd92f075de93d7f68fc0cb1a07bcb8719cadd9 (patch)
treefb8f969480595ea5c78e02acbe9a5b81c0b3051e /comms
parente1698a612cb66d54a6dd358e5b5f1adbaa3799eb (diff)
downloadpkgsrc-92cd92f075de93d7f68fc0cb1a07bcb8719cadd9.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-ab8
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`; \