summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-21 16:08:32 +0000
committerrillig <rillig>2006-05-21 16:08:32 +0000
commit6ec00d40cbcddf0c918ff966e0588de3273d0828 (patch)
tree1c96b3e0c4d4fcc4f1ad07f7fb61bb7ad4a007ee /chat
parent174c858e4762018058c068f823a351eed8bc638d (diff)
downloadpkgsrc-6ec00d40cbcddf0c918ff966e0588de3273d0828.tar.gz
Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/i2cbd/Makefile11
-rw-r--r--chat/i2cbd/PLIST4
2 files changed, 8 insertions, 7 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile
index 448b81d9b27..b9a83e02ca2 100644
--- a/chat/i2cbd/Makefile
+++ b/chat/i2cbd/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/05/11 03:55:04 jwise Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/21 16:08:32 rillig Exp $
#
DISTNAME= i2cbd-2.0_BETA5
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.draga.com/~jwise/i2cb/
@@ -10,7 +11,6 @@ MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://www.draga.com/~jwise/i2cb/
COMMENT= Next generation Internet Citizens Band chat server
-
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= ICBD_OWNER
@@ -22,11 +22,12 @@ EGDIR= ${PREFIX}/share/examples/i2cbd
EGFILES= motd icbd_help icbd.deny news.1
CONF_FILES_PERMS= # empty
.for f in ${EGFILES}
-CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} \
+CONF_FILES_PERMS+= ${EGDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q} \
${ICBD_OWNER} ${ROOT_GROUP} 644
.endfor
CONF_FILES_PERMS+= /dev/null /var/log/icbd.log \
${ICBD_OWNER} ${ROOT_GROUP} 644
+RCD_SCRIPTS= icbd
post-extract:
-${RM} -f ${WRKSRC}/*/.depend
@@ -38,8 +39,8 @@ post-build:
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
.for f in ${EGFILES}
- ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/etc/${f:Q} ${EGDIR}
.endfor
- ${INSTALL_SCRIPT} ${WRKDIR}/icbd.sh ${PREFIX}/etc/rc.d/icbd
+ ${INSTALL_SCRIPT} ${WRKDIR}/icbd.sh ${PREFIX}/share/examples/rc.d/icbd
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/i2cbd/PLIST b/chat/i2cbd/PLIST
index 7872abc9703..6da6040e9e2 100644
--- a/chat/i2cbd/PLIST
+++ b/chat/i2cbd/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/07/29 16:57:46 jmmv Exp $
-etc/rc.d/icbd
+@comment $NetBSD: PLIST,v 1.4 2006/05/21 16:08:32 rillig Exp $
man/man8/icbd.8
man/man8/icbdb.8
sbin/icbd
@@ -8,4 +7,5 @@ share/examples/i2cbd/icbd.deny
share/examples/i2cbd/icbd_help
share/examples/i2cbd/motd
share/examples/i2cbd/news.1
+share/examples/rc.d/icbd
@dirrm share/examples/i2cbd