forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
412 B
Text
13 lines
412 B
Text
--- Makefile.orig Mon Mar 14 17:07:43 2005
|
|
+++ Makefile Fri Oct 7 15:01:40 2005
|
|
@@ -15,7 +15,9 @@
|
|
|
|
all :; make libs ; make utils ; make xgraphic ; make xd3d
|
|
|
|
-install :; /bin/cp -pidvu $(EXE) ./infps $(INSTALL_DIR)
|
|
+install :; \
|
|
+$(BSD_INSTALL_PROGRAM) $(EXE) $(INSTALL_DIR) ;\
|
|
+$(BSD_INSTALL_SCRIPT) ./infps $(INSTALL_DIR)
|
|
|
|
libs :; \
|
|
cd $(SRCDIR)/qlib ; echo "---- Building utility lib ----" ; make ;\
|