pkgbase: Add tags for includes in bsd.incs.mk
Otherwise the files aren't packaged. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21507
This commit is contained in:
parent
a77ce411ec
commit
3314335bef
@ -60,7 +60,7 @@ stage_includes: stage_as.${header:T}
|
||||
|
||||
installincludes: _${group}INS_${header:T}
|
||||
_${group}INS_${header:T}: ${header}
|
||||
${INSTALL} -C -o ${${group}OWN_${.ALLSRC:T}} \
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},development} -C -o ${${group}OWN_${.ALLSRC:T}} \
|
||||
-g ${${group}GRP_${.ALLSRC:T}} -m ${${group}MODE_${.ALLSRC:T}} \
|
||||
${.ALLSRC} \
|
||||
${DESTDIR}${${group}DIR_${.ALLSRC:T}}/${${group}NAME_${.ALLSRC:T}}
|
||||
|
Loading…
Reference in New Issue
Block a user