chmod -> ${CHMOD}

This commit is contained in:
wiz 2000-03-16 14:02:26 +00:00
parent a62e4b187d
commit d1aca34034

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2000/02/22 23:29:21 wiz Exp $
# $NetBSD: Makefile,v 1.27 2000/03/16 14:02:26 wiz Exp $
# FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp
#
@ -53,6 +53,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man1/lsof.1
@${MKDIR} ${PREFIX}/share/lsof
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
@chmod 0444 ${PREFIX}/share/lsof/00*
@${CHMOD} 0444 ${PREFIX}/share/lsof/00*
.include "../../mk/bsd.pkg.mk"