mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- Fix shebangs - Changelog: https://github.com/ClusterLabs/pacemaker/blob/master/ChangeLog PR: 219544 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11109
11 lines
250 B
Text
11 lines
250 B
Text
--- mcp/Makefile.am.orig 2016-04-18 16:07:35 UTC
|
|
+++ mcp/Makefile.am
|
|
@@ -19,8 +19,6 @@ include $(top_srcdir)/Makefile.common
|
|
|
|
if BUILD_CS_SUPPORT
|
|
|
|
-initdir = $(INITDIR)
|
|
-init_SCRIPTS = pacemaker
|
|
sbin_PROGRAMS = pacemakerd
|
|
|
|
if BUILD_SYSTEMD
|