pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/install



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 12 10:47:00 UTC 2022

Modified Files:
        pkgsrc/mk/install: bsd.install-vars.mk

Log Message:
mk: Skip include and info dirs for CTF and debug.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mk/install/bsd.install-vars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/install/bsd.install-vars.mk
diff -u pkgsrc/mk/install/bsd.install-vars.mk:1.11 pkgsrc/mk/install/bsd.install-vars.mk:1.12
--- pkgsrc/mk/install/bsd.install-vars.mk:1.11  Wed Jul  6 18:53:58 2022
+++ pkgsrc/mk/install/bsd.install-vars.mk       Wed Oct 12 10:47:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.install-vars.mk,v 1.11 2022/07/06 18:53:58 rillig Exp $
+# $NetBSD: bsd.install-vars.mk,v 1.12 2022/10/12 10:47:00 jperkin Exp $
 #
 # This Makefile fragment is included separately by bsd.pkg.mk and
 # defines some variables which must be defined earlier than where
@@ -63,11 +63,11 @@ TOOLS_CREATE+=              ctfconvert
 TOOLS_PATH.ctfconvert= ${TOOLS_PLATFORM.ctfconvert}
 TOOLS_ARGS.ctfconvert?=        -i
 CTFCONVERT?=           ctfconvert
-CTF_FILES_SKIP?=       share/* ${PKGMANDIR}/*
+CTF_FILES_SKIP?=       include/* info/* share/* ${PKGMANDIR}/*
 .endif
 
 STRIP_DEBUG?=          no
-STRIP_FILES_SKIP?=     share/* ${PKGMANDIR}/*
+STRIP_FILES_SKIP?=     include/* info/* share/* ${PKGMANDIR}/*
 
 .if !empty(_MANCOMPRESSED:M[yY][eE][sS]) && empty(_MANZ:M[yY][eE][sS])
 USE_TOOLS+=    gunzip



Home | Main Index | Thread Index | Old Index