diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 11:39:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-31 11:39:05 +0000 |
commit | eb73c93e6839c914ffb73025532ba0404be9242c (patch) | |
tree | 294aba6bc7b7bad4a7539bacc276aa17f6dcfd29 /net-mgmt/nsca | |
parent | 4d17670e3decf1b4b03c66e1a76f0cb9befc39c7 (diff) | |
download | ports-eb73c93e6839c914ffb73025532ba0404be9242c.tar.gz ports-eb73c93e6839c914ffb73025532ba0404be9242c.zip |
Fix typo
Reported by: Freshports
Notes
Notes:
svn path=/head/; revision=332229
Diffstat (limited to 'net-mgmt/nsca')
-rw-r--r-- | net-mgmt/nsca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index 79d13a5489d8..15febad24356 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt .if !defined(_BUILDING_NSCA_CLIENT) CONFLICTS= nsca-2.7.* nsca27-* .else -PKGNAMESUFFIX- -client +PKGNAMESUFFIX= -client CONFLICTS= nsca-client-2.7.* nsca27-* .endif |