diff options
| author | Alexander Barton <alex@barton.de> | 2022-12-29 18:03:10 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2022-12-29 18:06:18 +0100 |
| commit | 0652c99b39198f603d3a9f7b79406ffe1930a20d (patch) | |
| tree | 92f10d9aa79927fe6aee53e4ed6e6dbeda453c0c /contrib/MacOSX/Makefile.am | |
| parent | a0576f4810e74c7d8f5aa53579f8037f09ef06d2 (diff) | |
| download | ngircd-0652c99b39198f603d3a9f7b79406ffe1930a20d.tar.gz ngircd-0652c99b39198f603d3a9f7b79406ffe1930a20d.zip | |
Remove outdated macOS "Package Maker" configuration
The tool is unavailable for many macOS versions and many years, so remove all related files.
Diffstat (limited to 'contrib/MacOSX/Makefile.am')
| -rw-r--r-- | contrib/MacOSX/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index abd799c5..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 <alex@barton.de> +# 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 @@ -9,7 +9,7 @@ # Please read the file COPYING, README and AUTHORS for more information. # -SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc +SUBDIRS = ngIRCd.xcodeproj EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h preinstall.sh postinstall.sh |