svn commit: r332229 - head/net-mgmt/nsca

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 31 11:39:06 UTC 2013


Author: bapt
Date: Thu Oct 31 11:39:05 2013
New Revision: 332229
URL: http://svnweb.freebsd.org/changeset/ports/332229

Log:
  Fix typo
  
  Reported by:	Freshports

Modified:
  head/net-mgmt/nsca/Makefile

Modified: head/net-mgmt/nsca/Makefile
==============================================================================
--- head/net-mgmt/nsca/Makefile	Thu Oct 31 11:34:46 2013	(r332228)
+++ head/net-mgmt/nsca/Makefile	Thu Oct 31 11:39:05 2013	(r332229)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	mcrypt:${PORTSDIR}/security
 .if !defined(_BUILDING_NSCA_CLIENT)
 CONFLICTS=	nsca-2.7.* nsca27-*
 .else
-PKGNAMESUFFIX-	-client
+PKGNAMESUFFIX=	-client
 CONFLICTS=	nsca-client-2.7.* nsca27-*
 .endif
 


More information about the svn-ports-all mailing list