pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lldpd



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Jun 19 10:21:17 UTC 2020

Modified Files:
        pkgsrc/net/lldpd: Makefile

Log Message:
INSTALLATION_DIRS: Undo think-o, re-structure.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/lldpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lldpd/Makefile
diff -u pkgsrc/net/lldpd/Makefile:1.30 pkgsrc/net/lldpd/Makefile:1.31
--- pkgsrc/net/lldpd/Makefile:1.30      Fri Jun 19 10:14:58 2020
+++ pkgsrc/net/lldpd/Makefile   Fri Jun 19 10:21:17 2020
@@ -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_FILES.files=   ../lldpd.conf
 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