svn commit: r474919 - head/net/libnfs

Jason Helfman jgh at FreeBSD.org
Wed Jul 18 23:36:25 UTC 2018


Author: jgh
Date: Wed Jul 18 23:36:24 2018
New Revision: 474919
URL: https://svnweb.freebsd.org/changeset/ports/474919

Log:
  - missed a '+"
  
  PR:		229865

Modified:
  head/net/libnfs/Makefile

Modified: head/net/libnfs/Makefile
==============================================================================
--- head/net/libnfs/Makefile	Wed Jul 18 23:33:58 2018	(r474918)
+++ head/net/libnfs/Makefile	Wed Jul 18 23:36:24 2018	(r474919)
@@ -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


More information about the svn-ports-head mailing list