diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-05-02 00:14:48 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-05-02 00:14:48 +0000 |
commit | 5acf03a1b3791c30647345cce8f4f4172330c3cf (patch) | |
tree | 263704b51bf605ac7a2aacc053da47e61933500c /irc/undernet-ircu | |
parent | 97fe6ef0d76a7c856f3a37754e110143e3d4a0b9 (diff) | |
download | ports-5acf03a1b3791c30647345cce8f4f4172330c3cf.tar.gz ports-5acf03a1b3791c30647345cce8f4f4172330c3cf.zip |
Notes
Diffstat (limited to 'irc/undernet-ircu')
-rw-r--r-- | irc/undernet-ircu/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/undernet-ircu/Makefile b/irc/undernet-ircu/Makefile index 3e88a6eb839d..d1f769ea15d9 100644 --- a/irc/undernet-ircu/Makefile +++ b/irc/undernet-ircu/Makefile @@ -14,17 +14,14 @@ DISTNAME= ircu${PORTVERSION} MAINTAINER= weaseal@users.sourceforge.net COMMENT= Undernet IRCU irc daemon -CONFLICTS= ircd-hybrid* +CONFLICTS= ircd-hybrid-7.[0-9]* GNU_CONFIGURE= yes USE_RC_SUBR= undernet.sh CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-dpath=${PREFIX}/etc/ --with-symlink=no -PLIST_FILES= bin/ircd bin/umkpasswd bin/convert-conf -.if exists(${PREFIX}/etc/ircd.conf.example}) -PLIST_FILES+= etc/ircd.conf.example -.endif +PLIST_FILES= bin/ircd bin/umkpasswd bin/convert-conf etc/ircd.conf.example MAN8= ircd.8 |