1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/swarm/files/patch-ac
Steve Price ab382141da Import of swarm version 1.3.1.
The Swarm Simulation System

PR:		9726
Submitted by:	Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
1999-04-03 02:02:29 +00:00

14 lines
693 B
Plaintext

--- Makefile.in.orig Wed Jan 27 22:34:30 1999
+++ Makefile.in Wed Jan 27 22:49:33 1999
@@ -370,8 +370,8 @@
install-data-local:
$(INSTALL_DATA) swarmconfig.h $(includedir)
$(mkinstalldirs) $(bindir) $(datadir)/swarm
- $(INSTALL_PROGRAM) $(top_builddir)/libtool $(bindir)/libtool-swarm
- if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_PROGRAM) $(srcdir)/install-sh $(bindir); fi
+ $(INSTALL_SCRIPT) $(top_builddir)/libtool $(bindir)/libtool-swarm
+ if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_SCRIPT) $(srcdir)/install-sh $(bindir); fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.