mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 05:51:19 +02:00
18 lines
733 B
Makefile
18 lines
733 B
Makefile
--- config/baseconfig.mk.orig 2017-11-14 14:36:13 UTC
|
|
+++ config/baseconfig.mk
|
|
@@ -2,10 +2,10 @@
|
|
# directly in python/mozbuild/mozbuild/base.py for gmake validation.
|
|
# We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
|
|
# whether a normal build is happening or whether the check is running.
|
|
-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
|
+includedir := $(includedir)/palemoon
|
|
+idldir = $(datadir)/idl/palemoon
|
|
+installdir = $(libdir)/palemoon
|
|
+sdkdir = $(libdir)/palemoon
|
|
ifndef TOP_DIST
|
|
TOP_DIST = dist
|
|
endif
|