1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/cad/chipmunk/files/patch-ao
1999-09-24 05:24:20 +00:00

18 lines
366 B
Plaintext

--- util/conscripts/Makefile.orig Wed Mar 12 02:47:25 1997
+++ util/conscripts/Makefile Tue Sep 21 03:36:32 1999
@@ -18,11 +18,11 @@
#
# mconvert makefile
-BINDIR= ../../bin
+BINDIR= %%PREFIX%%/bin
install:
- cp mconvert $(BINDIR)
- cp unmconvert $(BINDIR)
+ install -c mconvert $(BINDIR)
+ install -c unmconvert $(BINDIR)
clean:
-rm -f *.o