View | Details | Raw Unified | Return to bug 251406 | Differences between
and this patch

Collapse All | Expand All

(-)irc/irssi/Makefile (-1 / +11 lines)
Lines 3-8 Link Here
3
PORTNAME=	irssi
3
PORTNAME=	irssi
4
DISTVERSION=	1.3-dev-344
4
DISTVERSION=	1.3-dev-344
5
DISTVERSIONSUFFIX=	-gf57dcfe9
5
DISTVERSIONSUFFIX=	-gf57dcfe9
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES?=	irc
8
CATEGORIES?=	irc
8
9
Lines 52-58 Link Here
52
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
53
UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
53
UTF8PROC_MESON_NO=	disable-utf8proc
54
UTF8PROC_MESON_NO=	disable-utf8proc
54
55
56
.include <bsd.port.options.mk>
57
58
.if ! ${PORT_OPTIONS:MPERL}
59
USE_PERL5=	build
60
.endif
61
62
post-install-PERL-off:
63
	@${RM} -r ${STAGEDIR}${DATADIR}/scripts
64
55
post-install:
65
post-install:
56
	@${MV} ${WRKSRC}/irssi.conf ${STAGEDIR}${PREFIX}/etc/irssi.conf.sample
66
	${INSTALL_DATA} ${WRKSRC}/irssi.conf ${STAGEDIR}${PREFIX}/etc/irssi.conf.sample
57
67
58
.include <bsd.port.mk>
68
.include <bsd.port.mk>
(-)irc/irssi/pkg-plist (-11 / +10 lines)
Lines 275-290 Link Here
275
%%DATADIR%%/help/whois
275
%%DATADIR%%/help/whois
276
%%DATADIR%%/help/whowas
276
%%DATADIR%%/help/whowas
277
%%DATADIR%%/help/window
277
%%DATADIR%%/help/window
278
%%DATADIR%%/scripts/autoop.pl
278
%%PERL%%%%DATADIR%%/scripts/autoop.pl
279
%%DATADIR%%/scripts/autorejoin.pl
279
%%PERL%%%%DATADIR%%/scripts/autorejoin.pl
280
%%DATADIR%%/scripts/buf.pl
280
%%PERL%%%%DATADIR%%/scripts/buf.pl
281
%%DATADIR%%/scripts/dns.pl
281
%%PERL%%%%DATADIR%%/scripts/dns.pl
282
%%DATADIR%%/scripts/kills.pl
282
%%PERL%%%%DATADIR%%/scripts/kills.pl
283
%%DATADIR%%/scripts/mail.pl
283
%%PERL%%%%DATADIR%%/scripts/mail.pl
284
%%DATADIR%%/scripts/mlock.pl
284
%%PERL%%%%DATADIR%%/scripts/mlock.pl
285
%%DATADIR%%/scripts/quitmsg.pl
285
%%PERL%%%%DATADIR%%/scripts/quitmsg.pl
286
%%DATADIR%%/scripts/scriptassist.pl
286
%%PERL%%%%DATADIR%%/scripts/scriptassist.pl
287
%%DATADIR%%/scripts/usercount.pl
287
%%PERL%%%%DATADIR%%/scripts/usercount.pl
288
%%DATADIR%%/themes/colorless.theme
288
%%DATADIR%%/themes/colorless.theme
289
%%DATADIR%%/themes/default.theme
289
%%DATADIR%%/themes/default.theme
290
@dir lib/irssi/modules

Return to bug 251406