aboutsummaryrefslogtreecommitdiffstats
path: root/irc/tr-ircd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/tr-ircd/Makefile')
-rw-r--r--irc/tr-ircd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index 76e27e1e19f1..b7b1d4b6e271 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME:S/-//}-release-${PORTVERSION}-r
MAINTAINER= mm@FreeBSD.org
COMMENT= An irc daeemon based on Bahamut and hybrid-7
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -73,7 +76,7 @@ CFLAGS+= -fPIC
.endif
post-patch:
- @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s, ircpasswd,tr-ircpasswd," \
-e "s,/home/ircd/lib,${TRIRCD_LIBDIR}," \
-e "s,/home/ircd/ircd5/lib/,${TRIRCD_LIBDIR}," \