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 19:18:13 UTC 2020

Modified Files:
        pkgsrc/net/lldpd: Makefile

Log Message:
Resolve PLIST issue.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/net/lldpd/Makefile:1.32
--- pkgsrc/net/lldpd/Makefile:1.31      Fri Jun 19 10:21:17 2020
+++ pkgsrc/net/lldpd/Makefile   Fri Jun 19 19:18:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/06/19 10:21:17 hauke Exp $
+# $NetBSD: Makefile,v 1.32 2020/06/19 19:18:12 hauke Exp $
 
 DISTNAME=              lldpd-1.0.5
 PKGREVISION=           2
@@ -67,6 +67,7 @@ post-patch:
        ${CP} ${PKGDIR}/files/lldpd.conf ${WRKDIR}
 
 post-install:
+       ${RM} -r ${DESTDIR}${PKG_SYSCONFDIR}/lldpd.d
        ${INSTALL_DATA} ${WRKDIR}/lldpd.conf \
                ${DESTDIR}${PREFIX}/${EGDIR}/lldpd.conf
 



Home | Main Index | Thread Index | Old Index