diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2018-07-18 23:36:24 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2018-07-18 23:36:24 +0000 |
commit | a26244d348aa0b83dc42b83493236bac17ffb5c4 (patch) | |
tree | e4143181f3ca31ab20135710fba4bfacc205a3b5 | |
parent | - update to 3.0.0 [1] (diff) |
- missed a '+"
PR: 229865
-rw-r--r-- | net/libnfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index 175edd52e634..db26d9e5bbe9 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -PLIST_SUB= SHLIB=${SHLIB} +PLIST_SUB+= SHLIB=${SHLIB} SHLIB= 12 GNU_CONFIGURE= yes |