pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnscap There is no MANPREFIX variable -- use PKGMA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a6c391af3d7
branches:  trunk
changeset: 366264:7a6c391af3d7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Aug 08 16:38:19 2017 +0000

description:
There is no MANPREFIX variable -- use PKGMANDIR as intended.

diffstat:

 net/dnscap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80c38db3f75e -r 7a6c391af3d7 net/dnscap/Makefile
--- a/net/dnscap/Makefile       Tue Aug 08 14:22:33 2017 +0000
+++ b/net/dnscap/Makefile       Tue Aug 08 16:38:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/08/14 21:08:00 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/08 16:38:19 jlam Exp $
 
 DISTNAME=              dnscap-141
 CATEGORIES=            net
@@ -11,7 +11,7 @@
 
 GNU_CONFIGURE=         yes
 
-INSTALLATION_DIRS=     bin ${MANPREFIX}/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 .include "../../net/libpcap/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index