pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Aside from everything under ${PREFIX}/in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e03a23b8ee3
branches:  trunk
changeset: 468617:3e03a23b8ee3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 15 14:37:00 2004 +0000

description:
Aside from everything under ${PREFIX}/include, grab all *.h files for
symlinking into ${BUILDLINK_DIR} for a more complete set of headers.

diffstat:

 mk/buildlink3/bsd.buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 640f0485b732 -r 3e03a23b8ee3 mk/buildlink3/bsd.buildlink3.mk
--- a/mk/buildlink3/bsd.buildlink3.mk   Sun Feb 15 14:09:25 2004 +0000
+++ b/mk/buildlink3/bsd.buildlink3.mk   Sun Feb 15 14:37:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.83 2004/02/15 13:34:33 jlam Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.84 2004/02/15 14:37:00 jlam Exp $
 #
 # An example package buildlink3.mk file:
 #
@@ -484,7 +484,7 @@
        ${GREP} 'lib.*/lib[^/]*\.la$$'
 .  else
 BUILDLINK_CONTENTS_FILTER.${_pkg_}?=                                   \
-       ${EGREP} '(include.*/|lib.*/lib[^/]*$$)'
+       ${EGREP} '(include.*/|\.h$$|lib.*/lib[^/]*$$)'
 .  endif
 BUILDLINK_FILES_CMD.${_pkg_}?=                                         \
        ${_BLNK_PKG_INFO.${_pkg_}} -f ${BUILDLINK_PKGNAME.${_pkg_}} |   \



Home | Main Index | Thread Index | Old Index