mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f1c123bcf5
PR: ports/47760 Submitted by: Ports Fury
21 lines
524 B
Plaintext
21 lines
524 B
Plaintext
--- Makefile.orig Mon Jan 20 21:32:37 2003
|
|
+++ Makefile Tue Jan 28 01:52:19 2003
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# change this if you want to install it in a different place
|
|
ifndef $(TCM_INSTALL_DIR)
|
|
- TCM_INSTALL_DIR=/opt/tcm
|
|
+ TCM_INSTALL_DIR=$(PREFIX)/tcm
|
|
endif
|
|
|
|
# the current version.
|
|
@@ -107,7 +107,7 @@
|
|
@echo make all: to do all this in one run
|
|
@echo make clean: to remove all binaries, object and temporary files.
|
|
|
|
-all: config depend execs install
|
|
+all: config depend execs
|
|
|
|
execs:
|
|
(cd ./src; ${MAKE} $(MFLAGS) all)
|