mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Install libregex.h with the correct owner, group and mode.
This commit is contained in:
parent
0ad076d56a
commit
87ad8e3b91
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2808
@ -1,4 +1,4 @@
|
||||
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.7 1994/05/19 17:40:01 jkh Exp $
|
||||
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.8 1994/05/27 10:53:33 csgr Exp $
|
||||
|
||||
|
||||
LIB= gnuregex
|
||||
@ -7,6 +7,7 @@ SRCS= regex.c
|
||||
NOMAN= noman
|
||||
|
||||
afterinstall:
|
||||
install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user