mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
13 lines
356 B
Text
13 lines
356 B
Text
$FreeBSD$
|
|
|
|
--- ../../deploy/make/plugin/common/Defs-bsd.gmk.orig Sun Dec 10 11:49:51 2006
|
|
+++ ../../deploy/make/plugin/common/Defs-bsd.gmk Sun Dec 10 21:44:53 2006
|
|
@@ -29,7 +29,7 @@
|
|
endif
|
|
|
|
# Default NSPR_PATH and allow override.
|
|
-NSPR_PATH = /usr/local
|
|
+NSPR_PATH = $(LOCALBASE)
|
|
ifdef ALT_NSPR_PATH
|
|
NSPR_PATH = $(subst //,/,$(ALT_NSPR_PATH))
|
|
endif
|