1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/cad/chipmunk/files/patch-ao
Ying-Chieh Liao 797d6cd4f1 upgrade to 5.59
PR:		38227
Submitted by:	Ports Fury
2002-05-21 03:30:49 +00:00

18 lines
387 B
Plaintext

--- util/conscripts/Makefile.orig Wed Mar 12 02:47:25 1997
+++ util/conscripts/Makefile Sat May 18 13:13:47 2002
@@ -18,11 +18,11 @@
#
# mconvert makefile
-BINDIR= ../../bin
+BINDIR= ${PREFIX}/bin
install:
- cp mconvert $(BINDIR)
- cp unmconvert $(BINDIR)
+ ${BSD_INSTALL_SCRIPT} mconvert $(BINDIR)
+ ${BSD_INSTALL_SCRIPT} unmconvert $(BINDIR)
clean:
-rm -f *.o