diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-31 19:39:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-31 19:39:05 +0800 |
commit | f59a374cd5052fa0fe598deb341dace55c610448 (patch) | |
tree | 294aba6bc7b7bad4a7539bacc276aa17f6dcfd29 /net-mgmt | |
parent | 70f0652ff148b4d3c7349945dca6724487b8b796 (diff) | |
download | freebsd-ports-gnome-f59a374cd5052fa0fe598deb341dace55c610448.tar.gz freebsd-ports-gnome-f59a374cd5052fa0fe598deb341dace55c610448.tar.zst freebsd-ports-gnome-f59a374cd5052fa0fe598deb341dace55c610448.zip |
Fix typo
Reported by: Freshports
Diffstat (limited to 'net-mgmt')
-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 |