X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FMacOSX%2FMakefile.am;h=009001c87ce3a736a706121c0a718e6858d42e2b;hb=0652c99b39198f603d3a9f7b79406ffe1930a20d;hp=306e41f152a4ab6c50a470166c6128d4e05720d2;hpb=307f8abd747a33bcb2a5393222e089ffa4d70d50;p=ngircd-alex.git diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 306e41f1..009001c8 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2008 Alexander Barton +# Copyright (c)2001-2022 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -8,12 +8,10 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.3 2008/02/17 15:31:15 alex Exp $ -# SUBDIRS = ngIRCd.xcodeproj -EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h cvs-version.h +EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh SUFFIXES = .tmpl . @@ -36,7 +34,9 @@ install-sys-darwin: fi install-sys-darwin-root: de.barton.ngircd.plist - install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist /Library/LaunchDaemons/de.barton.ngircd.plist + install -d -m 755 -o root -g wheel $(DESTDIR)/Library/LaunchDaemons + install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist \ + $(DESTDIR)/Library/LaunchDaemons/de.barton.ngircd.plist @echo @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed," @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X." @@ -44,6 +44,7 @@ install-sys-darwin-root: de.barton.ngircd.plist clean-local: rm -rf build + rm -f de.barton.ngircd.plist maintainer-clean-local: rm -f Makefile Makefile.in