diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-13 10:38:33 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-07-13 10:38:33 +0800 |
commit | 76b523ffdc31a8993d53e96a6f43598d2f2473a1 (patch) | |
tree | 560bc3aab75e7684b55f08efb9b30da2d8e54567 /security | |
parent | f086451dc7378113957bcb6e2ddf472827fb8374 (diff) | |
download | freebsd-ports-gnome-76b523ffdc31a8993d53e96a6f43598d2f2473a1.tar.gz freebsd-ports-gnome-76b523ffdc31a8993d53e96a6f43598d2f2473a1.tar.zst freebsd-ports-gnome-76b523ffdc31a8993d53e96a6f43598d2f2473a1.zip |
I did a typo of use incorrect braces in there, so it correct.
Submitted by: Anonymous <swell.k@gmail.com>
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/files/patch-lib_softoken_manifest.mn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/files/patch-lib_softoken_manifest.mn b/security/nss/files/patch-lib_softoken_manifest.mn index bb2d21e191fd..666bd31a0a2e 100644 --- a/security/nss/files/patch-lib_softoken_manifest.mn +++ b/security/nss/files/patch-lib_softoken_manifest.mn @@ -7,7 +7,7 @@ -ifdef MOZILLA_CLIENT -INCLUDES += -I$(DIST)/include/sqlite3 -endif -+INCLUDES += -I${LOCALBASE}/include ++INCLUDES += -I$(LOCALBASE)/include EXPORTS = \ secmodt.h \ |