mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Also, add patch to support colorized output for `keactl status`. PR: 241349 Submitted by: Jose Luis Duran <jlduran@gmail.com> Approved by: Andrey Pevnev <apevnev@me.com> (maintainer)
10 lines
349 B
Text
10 lines
349 B
Text
--- Makefile.am.orig 2019-10-25 12:41:08 UTC
|
|
+++ Makefile.am
|
|
@@ -154,7 +154,6 @@ docs:
|
|
# These steps are necessary during installation
|
|
install-exec-hook:
|
|
mkdir -p $(DESTDIR)${localstatedir}/log/
|
|
- mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}
|
|
mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME}
|
|
|
|
EXTRA_DIST = tools/path_replacer.sh
|