X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FMacOSX%2FMakefile.am;h=abd799c58c00a36b6d1f1488287fdb23d1a6ec5a;hp=76b4380057d63e61a6066d7a029a684c8c609ad1;hb=fb4b5acfb8871c43e34dc2aa9c354a86f14f9293;hpb=0250acc50bd54ff74dfc5e73a61d382805f37462 diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 76b43800..abd799c5 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -8,10 +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 $ -# -EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h cvs-version.h +SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc + +EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh SUFFIXES = .tmpl . @@ -34,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." @@ -42,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