diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 17:31:03 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-09 17:31:03 +0000 |
commit | d38a5b6b8810bfcc3f2fc1334a1eac7cb8ab5627 (patch) | |
tree | 65f21eac978dac209e3dad7c357ebfb0e1a1a8a1 /cad/chipmunk/files/patch-bb | |
parent | Update to 0.10.4. (diff) |
update chipmunk to 5.62 which unbreaks the CURRENT build
Notes
Notes:
svn path=/head/; revision=95482
Diffstat (limited to 'cad/chipmunk/files/patch-bb')
-rw-r--r-- | cad/chipmunk/files/patch-bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/chipmunk/files/patch-bb b/cad/chipmunk/files/patch-bb new file mode 100644 index 000000000000..64ac91f150cf --- /dev/null +++ b/cad/chipmunk/files/patch-bb @@ -0,0 +1,21 @@ +--- util/lgf-tools/Makefile.orig Tue Dec 9 18:20:07 2003 ++++ util/lgf-tools/Makefile Tue Dec 9 18:27:39 2003 +@@ -1,6 +1,6 @@ + ## Makefile for lgf-tools + +-BINDIR= ../../bin ++BINDIR= ${PREFIX}/bin + + SCRIPTS = logar lgfextract lgftodef lgftontk makeinstcopy + +@@ -9,7 +9,9 @@ + + install: + chmod +x $(SCRIPTS) +- cp -a $(SCRIPTS) $(BINDIR) ++ for i in $(SCRIPTS) ; do \ ++ ${BSD_INSTALL_SCRIPT} $$i $(BINDIR) ; \ ++ done + + clean: + rm -f *.bak *.old |