mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Switch to USES=localbase - Switch to options helpers - Use correct command to install docs
18 lines
519 B
Text
18 lines
519 B
Text
--- Makefile.in.orig 2009-10-30 18:51:39 UTC
|
|
+++ Makefile.in
|
|
@@ -615,15 +615,6 @@ uninstall-am:
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(default_config_dir)
|
|
- @echo
|
|
- @echo "*** PLEASE READ ***"
|
|
- @echo
|
|
- @echo "Lurker config files have not been installed (for your protection)"
|
|
- @echo "If you would like the default config files installed, run:"
|
|
- @echo " make install-config"
|
|
- @echo
|
|
- @echo "*** PLEASE READ ***"
|
|
- @echo
|
|
|
|
install-config:
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE)
|