Tue Apr 9 00:30:15 2024 UTC (47d)
ircII: update HOMEPAGE


(gutteridge)
diff -r1.88 -r1.89 pkgsrc/chat/ircII/Makefile

cvs diff -r1.88 -r1.89 pkgsrc/chat/ircII/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/ircII/Makefile 2024/02/04 05:52:08 1.88
+++ pkgsrc/chat/ircII/Makefile 2024/04/09 00:30:15 1.89
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.88 2024/02/04 05:52:08 mrg Exp $ 1# $NetBSD: Makefile,v 1.89 2024/04/09 00:30:15 gutteridge Exp $
2 2
3DISTNAME= ircii-${VERS} 3DISTNAME= ircii-${VERS}
4PKGNAME= ircII-${VERS} 4PKGNAME= ircII-${VERS}
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= http://ircii.warped.com/ 6MASTER_SITES= http://ircii.warped.com/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.eterna.com.au/ircii/ 10HOMEPAGE= http://www.eterna23.net/ircii/
11COMMENT= 'Internet Relay Chat' and 'Internet Citizens Band' Client 11COMMENT= 'Internet Relay Chat' and 'Internet Citizens Band' Client
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14CONFLICTS= blackened-[0-9]* 14CONFLICTS= blackened-[0-9]*
15 15
16VERS= 20240111 16VERS= 20240111
17PLIST_SUBST+= VERS=${VERS:Q} 17PLIST_SUBST+= VERS=${VERS:Q}
18 18
19.include "../../mk/bsd.prefs.mk" 19.include "../../mk/bsd.prefs.mk"
20 20
21# By default, mandir defaults to @datarootdir@/man, and then it gets 21# By default, mandir defaults to @datarootdir@/man, and then it gets
22# ${DESTDIR} applied already. However, if you pass --mandir it does 22# ${DESTDIR} applied already. However, if you pass --mandir it does
23# not provide it, and you have to supply it directly as well. To do 23# not provide it, and you have to supply it directly as well. To do