diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-20 19:58:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-20 19:58:02 +0800 |
commit | 243377e96fa1bd01b4bf30fce84f24560fdb7a9f (patch) | |
tree | 1d46767ba58dd4c0a366b96bde13c25afcf0f388 | |
parent | 80b8dd700874a99abb5cef334aacf262d322342a (diff) | |
download | freebsd-ports-gnome-243377e96fa1bd01b4bf30fce84f24560fdb7a9f.tar.gz freebsd-ports-gnome-243377e96fa1bd01b4bf30fce84f24560fdb7a9f.tar.zst freebsd-ports-gnome-243377e96fa1bd01b4bf30fce84f24560fdb7a9f.zip |
- Add conflicts with newly added net-mgmt/coovachilli
PR: 130358
Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer)
-rw-r--r-- | net-mgmt/chillispot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index fc5a78f512c2..efa5c42118ca 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -7,7 +7,7 @@ PORTNAME= chillispot PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.chillispot.info/download/ \ http://www.geeklan.co.uk/files/ \ @@ -16,6 +16,8 @@ MASTER_SITES= http://www.chillispot.info/download/ \ MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller +CONFLICTS= coovachilli-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc USE_RC_SUBR= chillispot.sh |