mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
797d6cd4f1
PR: 38227 Submitted by: Ports Fury
18 lines
387 B
Plaintext
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
|