diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-04-13 15:53:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-04-13 15:53:16 +0800 |
commit | 54f26cffe6979db906b3250e78a7317f83a04454 (patch) | |
tree | f664dc8e327c98d13f40d087e8ee3955e6c7cc23 /irc | |
parent | 9fef91cf56baa612b295b737d8d3ebc41d02b445 (diff) | |
download | freebsd-ports-gnome-54f26cffe6979db906b3250e78a7317f83a04454.tar.gz freebsd-ports-gnome-54f26cffe6979db906b3250e78a7317f83a04454.tar.zst freebsd-ports-gnome-54f26cffe6979db906b3250e78a7317f83a04454.zip |
- update CONFLICTS
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-lamm/Makefile | 2 | ||||
-rw-r--r-- | irc/iroffer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/iroffer-lamm/Makefile b/irc/iroffer-lamm/Makefile index 0e437c76bd5f..dd1ac81f6fce 100644 --- a/irc/iroffer-lamm/Makefile +++ b/irc/iroffer-lamm/Makefile @@ -19,7 +19,7 @@ COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-1.* +CONFLICTS= iroffer-1.* iroffer-dinoex-3.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile index a9bc615c5251..b1dc6be17bc3 100644 --- a/irc/iroffer/Makefile +++ b/irc/iroffer/Makefile @@ -17,7 +17,7 @@ COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-lamm-1.* +CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ |