Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lldpd INSTALLATION_DIRS: Undo think-o, re-structure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/583cdbaec306
branches:  trunk
changeset: 434589:583cdbaec306
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Jun 19 10:21:17 2020 +0000

description:
INSTALLATION_DIRS: Undo think-o, re-structure.

diffstat:

 net/lldpd/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d50cf98e0566 -r 583cdbaec306 net/lldpd/Makefile
--- a/net/lldpd/Makefile        Fri Jun 19 10:14:58 2020 +0000
+++ b/net/lldpd/Makefile        Fri Jun 19 10:21:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/06/19 10:14:58 hauke Exp $
+# $NetBSD: Makefile,v 1.31 2020/06/19 10:21:17 hauke Exp $
 
 DISTNAME=              lldpd-1.0.5
 PKGREVISION=           2
@@ -53,8 +53,11 @@
 SUBST_VARS.files=      PKG_SYSCONFDIR
 SUBST_MESSAGE.files=   Fixing default configuration file.
 
-INSTALLATION_DIRS+=    sbin include lib ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
+INSTALLATION_DIRS+=    sbin include lib
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
 INSTALLATION_DIRS+=    ${EGDIR} share/doc
+INSTALLATION_DIRS+=    share/bash-completion/completions
+INSTALLATION_DIRS+=    share/zsh/site-functions
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index