mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
. Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
15 lines
575 B
Text
15 lines
575 B
Text
$FreeBSD$
|
|
|
|
--- ../../deploy/make/plugin/adapter/ns7-adapter/Makefile.orig Sun Dec 10 21:38:35 2006
|
|
+++ ../../deploy/make/plugin/adapter/ns7-adapter/Makefile Sun Dec 10 21:39:08 2006
|
|
@@ -84,8 +84,8 @@
|
|
$(subst \,/, $(MOZILLA_HEADERS_PATH)/$(BROWSER)/plugin) \
|
|
$(subst \,/, $(MOZILLA_HEADERS_PATH)/$(BROWSER)/xpcom)
|
|
endif
|
|
-X11HDRDIR = /usr/X11R6/include
|
|
-ICONVHDRDIR = /usr/local/include
|
|
+X11HDRDIR = $(X11BASE)/include
|
|
+ICONVHDRDIR = $(LOCALBASE)/include
|
|
NSPRHDRDIR = $(NSPR_HEADERS_PATH)
|
|
else
|
|
MOZHDRDIR = $(subst \,/,$(MOZILLA_HEADERS_PATH)/mozilla_headers_ns7) \
|