mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
20 lines
630 B
Plaintext
20 lines
630 B
Plaintext
--- Makefile.orig 2008-12-06 17:36:33 UTC
|
|
+++ Makefile
|
|
@@ -145,7 +145,7 @@ endif
|
|
ctrlproxy.pc Makefile.settings config.h: configure Makefile.settings.in ctrlproxy.pc.in
|
|
./$<
|
|
|
|
-install: all install-dirs install-bin install-header install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS)
|
|
+install: all install-dirs install-bin install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS)
|
|
install-dirs:
|
|
$(INSTALL) -d $(DESTDIR)$(modulesdir)
|
|
|
|
@@ -177,7 +177,6 @@ doc::
|
|
|
|
install-doc:: doc
|
|
$(INSTALL) -d $(DESTDIR)$(docdir)
|
|
- $(MAKE) -C doc install PACKAGE_VERSION=$(PACKAGE_VERSION)
|
|
|
|
uninstall-doc:
|
|
$(MAKE) -C doc uninstall
|