mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
18 lines
806 B
Makefile
18 lines
806 B
Makefile
--- config/baseconfig.mk~
|
|
+++ 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)/$(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)/$(MOZ_APP_VERSION)
|
|
ifeq (.,$(DEPTH))
|
|
DIST = dist
|
|
else
|