pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitlbee bitlbee: Delete (duplicate) OWN_DIRS for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d48ece78f37
branches:  trunk
changeset: 308461:8d48ece78f37
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed May 23 18:55:13 2018 +0000

description:
bitlbee: Delete (duplicate) OWN_DIRS for ${VARBASE}/run/bitlbee (NFCI)

${VARBASE}/run/bitlbee is already handled via OWN_DIRS_PERMS so the OWN_DIRS is
not strictly needed.

Pointed out by pkgtasks (and _USE_NEW_PKGINSTALL=yes).

diffstat:

 chat/bitlbee/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9ccc7e5f79dd -r 8d48ece78f37 chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile     Wed May 23 18:44:52 2018 +0000
+++ b/chat/bitlbee/Makefile     Wed May 23 18:55:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2018/05/23 18:44:52 leot Exp $
+# $NetBSD: Makefile,v 1.77 2018/05/23 18:55:13 leot Exp $
 
 DISTNAME=              bitlbee-3.5.1
 PKGREVISION=           1
@@ -31,7 +31,6 @@
 PKG_SYSCONFSUBDIR=     bitlbee
 CONF_FILES=            ${DATADIR}/motd.txt ${PKG_SYSCONFDIR}/motd.txt
 CONF_FILES+=           ${EGDIR}/bitlbee.conf ${PKG_SYSCONFDIR}/bitlbee.conf
-OWN_DIRS+=             ${VARBASE}/run/bitlbee
 
 BUILD_DEFS+=           VARBASE BITLBEE_USER BITLBEE_GROUP
 FILES_SUBST+=          BITLBEE_USER=${BITLBEE_USER} BITLBEE_GROUP=${BITLBEE_GROUP}



Home | Main Index | Thread Index | Old Index