use various definitions from bsd.own.mk for owner/group/perms

--
Suggested by naddy@
This commit is contained in:
brad 2001-11-20 00:22:01 +00:00
parent d6475cb80a
commit c1227e622b

View File

@ -56,9 +56,9 @@ beforeinstall:
afterinstall:
@rm -f ${DESTDIR}${LIBDIR}/libpng_pic.a
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 ${HDRS} \
${DESTDIR}${PREFIX}/include
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 ${DOCS} \
${DESTDIR}${PREFIX}/share/doc/png
${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \
-m ${NONBINMODE} ${HDRS} ${DESTDIR}${PREFIX}/include
${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \
-m ${NONBINMODE} ${DOCS} ${DESTDIR}${PREFIX}/share/doc/png
.include <bsd.lib.mk>