pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pflkm Also check for the pfvar.h file in the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb1b88e79d64
branches:  trunk
changeset: 504226:bb1b88e79d64
user:      peter <peter%pkgsrc.org@localhost>
date:      Wed Dec 07 12:06:26 2005 +0000

description:
Also check for the pfvar.h file in the subdirectory 'pf', DragonFly installs
it there.

diffstat:

 security/pflkm/builtin.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 08c8d6fd8bae -r bb1b88e79d64 security/pflkm/builtin.mk
--- a/security/pflkm/builtin.mk Wed Dec 07 12:03:16 2005 +0000
+++ b/security/pflkm/builtin.mk Wed Dec 07 12:06:26 2005 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: builtin.mk,v 1.6 2005/12/02 12:23:45 peter Exp $
+# $NetBSD: builtin.mk,v 1.7 2005/12/07 12:06:26 peter Exp $
 
 BUILTIN_PKG:=  pflkm
 
 BUILTIN_FIND_FILES_VAR:=       H_PFLKM
 BUILTIN_FIND_FILES.H_PFLKM=    /usr/include/net/pfvar.h
+BUILTIN_FIND_FILES.H_PFLKM+=   /usr/include/net/pf/pfvar.h
 
 .include "../../mk/buildlink3/bsd.builtin.mk"
 



Home | Main Index | Thread Index | Old Index