From 89e9e517a9f1c97f22317b99b12b1133075eab02 Mon Sep 17 00:00:00 2001 From: mharo Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- mail/nmh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/nmh') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index c016ef08687e..312dd3e54a5b 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Feb 1999 # Whom: Scott Blachowicz # -# $Id: Makefile,v 1.13 1999/02/23 03:17:04 jkoshy Exp $ +# $Id: Makefile,v 1.14 1999/05/10 17:47:01 flathill Exp $ # # Makefile variables of interest: # @@ -70,6 +70,6 @@ post-patch: post-install: @PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL chgrp mail ${PREFIX}/bin/inc - chmod g+s ${PREFIX}/bin/inc + ${CHMOD} g+s ${PREFIX}/bin/inc .include -- cgit