summaryrefslogtreecommitdiffstats
path: root/pkg/darwin
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2015-09-25 17:28:42 -0400
committerBradley Sepos <[email protected]>2015-09-25 17:29:17 -0400
commite58b4a35d252639ae71d9740b019d5d24d467c5f (patch)
treea0f4fb3116ad6b3073664bb741d9e8b885c9b69d /pkg/darwin
parente500c7d15da307f62648c37bb797e93ee612fb48 (diff)
build: Use more concise and consistent package names.
Diffstat (limited to 'pkg/darwin')
-rw-r--r--pkg/darwin/module.defs14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/darwin/module.defs b/pkg/darwin/module.defs
index 1281b9cbf..f746e0f5b 100644
--- a/pkg/darwin/module.defs
+++ b/pkg/darwin/module.defs
@@ -1,18 +1,18 @@
-PKG.platname = MacOSX$(suffix $(GCC.minver))
+PKG.platname = osx
-PKG.cli.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)_CLI_$(BUILD.arch).dmg
-PKG.gui.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)_GUI_$(BUILD.arch).dmg
+PKG.gui.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)-$(BUILD.arch).dmg
+PKG.cli.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version)-$(PKG.platname)-$(BUILD.arch).dmg
-PKG.cli.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)_CLI_$(BUILD.arch).tmp.dmg
-PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)_GUI_$(BUILD.arch).tmp.dmg
+PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname)-$(BUILD.arch).tmp.dmg
+PKG.cli.tmp.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version)-$(PKG.platname)-$(BUILD.arch).tmp.dmg
-STAGE.out.cli/ = $(STAGE.out/)cli/
STAGE.out.gui/ = $(STAGE.out/)gui/
+STAGE.out.cli/ = $(STAGE.out/)cli/
PKG.appcast = $(PKG.out/)$(notdir $(HB.url.appcast))
###############################################################################
-BUILD.out += $(PKG.cli.dmg)
BUILD.out += $(PKG.gui.dmg)
+BUILD.out += $(PKG.cli.dmg)
BUILD.out += $(PKG.appcast)