pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dnscap



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Aug  8 16:38:19 UTC 2017

Modified Files:
        pkgsrc/net/dnscap: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/dnscap/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/dnscap/Makefile
diff -u pkgsrc/net/dnscap/Makefile:1.4 pkgsrc/net/dnscap/Makefile:1.5
--- pkgsrc/net/dnscap/Makefile:1.4      Fri Aug 14 21:08:00 2015
+++ pkgsrc/net/dnscap/Makefile  Tue Aug  8 16:38:19 2017
@@ -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 @@ LICENSE=              isc
 
 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