diff options
Diffstat (limited to 'cad/chipmunk/files/patch-ap')
-rw-r--r-- | cad/chipmunk/files/patch-ap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/chipmunk/files/patch-ap b/cad/chipmunk/files/patch-ap index 59ce239624d2..cfed53899c0a 100644 --- a/cad/chipmunk/files/patch-ap +++ b/cad/chipmunk/files/patch-ap @@ -1,11 +1,11 @@ --- util/sctomat/Makefile.orig Wed Mar 12 02:47:26 1997 -+++ util/sctomat/Makefile Tue Sep 21 03:37:35 1999 ++++ util/sctomat/Makefile Sat May 18 13:14:35 2002 @@ -5,7 +5,7 @@ # # sctomat makefile -BINDIR= ../../bin -+BINDIR= %%PREFIX%%/bin ++BINDIR= ${PREFIX}/bin ## ## (1) Choosing your compiler @@ -31,7 +31,7 @@ install: scope_to_mat - cp scope_to_mat $(BINDIR) -+ install -c -s scope_to_mat $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} scope_to_mat $(BINDIR) clean: -rm -f *.o scope_to_mat |