diff options
author | hauke <hauke@pkgsrc.org> | 2020-06-19 10:14:58 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2020-06-19 10:14:58 +0000 |
commit | 49c5a04d9bd5b1ed31c49dc380cc3077eaffdbaa (patch) | |
tree | b9cdd8c3b7261fd16f28ddddef0c33be0ba3b19a /net/lldpd | |
parent | 4d74b0deb1f336e73172a6d48a54e2668bc3ed61 (diff) | |
download | pkgsrc-49c5a04d9bd5b1ed31c49dc380cc3077eaffdbaa.tar.gz |
GC unused INSTALLATION_DIRS
Diffstat (limited to 'net/lldpd')
-rw-r--r-- | net/lldpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/lldpd/Makefile b/net/lldpd/Makefile index d8c4c5a6cc4..136a7087926 100644 --- a/net/lldpd/Makefile +++ b/net/lldpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/06/19 10:05:07 hauke Exp $ +# $NetBSD: Makefile,v 1.30 2020/06/19 10:14:58 hauke Exp $ DISTNAME= lldpd-1.0.5 PKGREVISION= 2 @@ -55,7 +55,6 @@ SUBST_MESSAGE.files= Fixing default configuration file. INSTALLATION_DIRS+= sbin include lib ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 INSTALLATION_DIRS+= ${EGDIR} share/doc -INSTALLATION_DIRS+= share/bash-completion share/zsh/site-functions TEST_TARGET= check |