summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-07 13:30:37 +0000
committernia <nia@pkgsrc.org>2019-08-07 13:30:37 +0000
commit8d447c1f136a93a074a49484d2aae534490ec19f (patch)
tree807dc6050d6a569274e4056ad8ac931651dc5148 /chat
parentb887cab613b1354fc232beb8e56ddeb384d232f1 (diff)
downloadpkgsrc-8d447c1f136a93a074a49484d2aae534490ec19f.tar.gz
unrealircd: Install some examples to a more sensible location.
While here, we probably don't need to regenerate the configure script any more. So don't do that. Bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/unrealircd/Makefile10
-rw-r--r--chat/unrealircd/PLIST8
2 files changed, 7 insertions, 11 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 677c79011f7..96d74a92655 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2019/08/07 13:14:16 nia Exp $
+# $NetBSD: Makefile,v 1.63 2019/08/07 13:30:37 nia Exp $
DISTNAME= unrealircd-4.2.4.1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= https://www.unrealircd.org/unrealircd4/
@@ -12,7 +13,6 @@ LICENSE= gnu-gpl-v2
CONFLICTS+= ircu-[0-9]*
GNU_CONFIGURE= YES
-USE_TOOLS+= aclocal autoconf autoheader automake bash
USE_TOOLS+= gmake gunzip pkg-config
.include "options.mk"
@@ -98,7 +98,6 @@ INSTALLATION_DIRS+= share/doc/unrealircd
INSTALLATION_DIRS+= ${IRCD_EG}
INSTALLATION_DIRS+= ${IRCD_EG}/aliases
INSTALLATION_DIRS+= ${IRCD_EG}/help
-INSTALLATION_DIRS+= ${IRCD_EG}/examples
INSTALLATION_DIRS+= ${IRCD_EG}/ssl
OWN_DIRS_PERMS+= unrealircd/tmp ${UIRCD_USER} ${UIRCD_GROUP} 0755
@@ -107,9 +106,6 @@ OWN_DIRS_PERMS+= unrealircd/data ${UIRCD_USER} ${UIRCD_GROUP} 0755
OWN_DIRS_PERMS+= unrealircd/cache ${UIRCD_USER} ${UIRCD_GROUP} 0755
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${UIRCD_USER} ${UIRCD_GROUP} 0755
-pre-configure:
- cd ${WRKSRC} && ${BASH} ./autogen.sh
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ircd ${DESTDIR}${PREFIX}/bin/unrealircd
${INSTALL_DATA} ${WRKSRC}/doc/Authors ${DESTDIR}${PREFIX}/share/doc/unrealircd
@@ -117,12 +113,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/tao.of.irc ${DESTDIR}${PREFIX}/share/doc/unrealircd
${INSTALL_DATA} ${WRKSRC}/doc/conf/*.default.conf ${DESTDIR}${IRCD_EG}
${INSTALL_DATA} ${WRKSRC}/doc/conf/*.optional.conf ${DESTDIR}${IRCD_EG}
+ ${INSTALL_DATA} ${WRKSRC}/doc/conf/examples/*.conf ${DESTDIR}${IRCD_EG}
${INSTALL_DATA} ${WRKSRC}/doc/conf/spamfilter.conf ${DESTDIR}${IRCD_EG}
${INSTALL_DATA} ${WRKSRC}/doc/conf/badwords.conf ${DESTDIR}${IRCD_EG}
${INSTALL_DATA} ${WRKSRC}/doc/conf/dccallow.conf ${DESTDIR}${IRCD_EG}
${INSTALL_DATA} ${WRKSRC}/doc/conf/aliases/*.conf ${DESTDIR}${IRCD_EG}/aliases
${INSTALL_DATA} ${WRKSRC}/doc/conf/help/*.conf ${DESTDIR}${IRCD_EG}/help
- ${INSTALL_DATA} ${WRKSRC}/doc/conf/examples/*.conf ${DESTDIR}${IRCD_EG}/examples
${INSTALL_DATA} ${WRKSRC}/doc/conf/ssl/curl-ca-bundle.crt ${DESTDIR}${IRCD_EG}/ssl
${INSTALL_SCRIPT} ${WRKSRC}/unrealircd ${DESTDIR}${PREFIX}/unrealircd/scripts
${INSTALL_LIB} ${WRKSRC}/src/modules/*.so ${DESTDIR}${PREFIX}/lib/unrealircd/modules
diff --git a/chat/unrealircd/PLIST b/chat/unrealircd/PLIST
index c09dd1fa819..76fd47f9c69 100644
--- a/chat/unrealircd/PLIST
+++ b/chat/unrealircd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/08/07 13:14:16 nia Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/08/07 13:30:37 nia Exp $
bin/unrealircd
lib/unrealircd/modules/antimixedutf8.so
lib/unrealircd/modules/antirandom.so
@@ -174,9 +174,9 @@ share/examples/unrealircd/aliases/ircservices.conf
share/examples/unrealircd/aliases/operstats.conf
share/examples/unrealircd/badwords.conf
share/examples/unrealircd/dccallow.conf
-share/examples/unrealircd/examples/example.conf
-share/examples/unrealircd/examples/example.fr.conf
-share/examples/unrealircd/examples/example.tr.conf
+share/examples/unrealircd/example.conf
+share/examples/unrealircd/example.fr.conf
+share/examples/unrealircd/example.tr.conf
share/examples/unrealircd/help/help.conf
share/examples/unrealircd/help/help.de.conf
share/examples/unrealircd/help/help.fr.conf