From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- editors/emacs/Makefile | 4 ++-- editors/emacs19/Makefile | 4 ++-- editors/emacs22/Makefile | 4 ++-- editors/emacs23/Makefile | 4 ++-- editors/mule-common/Makefile | 8 ++++---- editors/xemacs-devel/Makefile | 4 ++-- editors/xemacs/Makefile | 4 ++-- editors/xemacs20/Makefile | 8 ++++---- editors/xemacs21-mule-common/Makefile | 4 ++-- editors/xemacs21/Makefile | 4 ++-- 10 files changed, 24 insertions(+), 24 deletions(-) (limited to 'editors') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 75a22fa070dc..a82af01fab72 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $ +# $Id: Makefile,v 1.40 1999/07/04 03:28:44 cpiazza Exp $ # DISTNAME= emacs-19.34b @@ -40,7 +40,7 @@ post-install: install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor # install emacs.sh into ${PREFIX}/etc/rc.d - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 75a22fa070dc..a82af01fab72 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $ +# $Id: Makefile,v 1.40 1999/07/04 03:28:44 cpiazza Exp $ # DISTNAME= emacs-19.34b @@ -40,7 +40,7 @@ post-install: install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor # install emacs.sh into ${PREFIX}/etc/rc.d - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 75a22fa070dc..a82af01fab72 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $ +# $Id: Makefile,v 1.40 1999/07/04 03:28:44 cpiazza Exp $ # DISTNAME= emacs-19.34b @@ -40,7 +40,7 @@ post-install: install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor # install emacs.sh into ${PREFIX}/etc/rc.d - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 75a22fa070dc..a82af01fab72 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $ +# $Id: Makefile,v 1.40 1999/07/04 03:28:44 cpiazza Exp $ # DISTNAME= emacs-19.34b @@ -40,7 +40,7 @@ post-install: install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor # install emacs.sh into ${PREFIX}/etc/rc.d - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index d39be3515674..4986794666f0 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.41 1999/06/05 22:29:22 mharo Exp $ +# $Id: Makefile,v 1.42 1999/07/01 23:15:54 sada Exp $ # DISTNAME= mule-2.3 @@ -154,9 +154,9 @@ post-install: ${ECHO} "else" >> ${STARTUP_SCRIPT}; \ ${ECHO} " mkdir -p /var/run/emacs/lock" >> ${STARTUP_SCRIPT}; \ ${ECHO} "fi" >> ${STARTUP_SCRIPT} ; \ - ${ECHO} "chmod 1777 /var/run/emacs/lock${lockdir}" >> ${STARTUP_SCRIPT} ; \ - chmod 755 ${STARTUP_SCRIPT} ; \ - chown bin.bin ${STARTUP_SCRIPT}; \ + ${ECHO} "${CHMOD} 1777 /var/run/emacs/lock${lockdir}" >> ${STARTUP_SCRIPT} ; \ + ${CHMOD} 755 ${STARTUP_SCRIPT} ; \ + ${CHOWN} bin.bin ${STARTUP_SCRIPT}; \ fi post-package: diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 6226195263e2..a707af1163d1 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.28 1999/06/22 22:01:23 gj Exp $ # DISTNAME= xemacs-21.1.2 @@ -84,7 +84,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor # ``make install'' does not set the permissions like pkg_add does. - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock # ${MKDIR} ${PREFIX}/lib/xemacs ${RM} -f ${PREFIX}/bin/send-pr # install xemacs21.sh into ${PREFIX}/etc/rc.d diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 6226195263e2..a707af1163d1 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.28 1999/06/22 22:01:23 gj Exp $ # DISTNAME= xemacs-21.1.2 @@ -84,7 +84,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor # ``make install'' does not set the permissions like pkg_add does. - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock # ${MKDIR} ${PREFIX}/lib/xemacs ${RM} -f ${PREFIX}/bin/send-pr # install xemacs21.sh into ${PREFIX}/etc/rc.d diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 1ff099cd42cc..e903b71d270e 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.26 1999/01/25 22:06:11 gj Exp $ +# $Id: Makefile,v 1.27 1999/02/03 23:44:25 steve Exp $ # DISTNAME= xemacs-20.4 @@ -74,9 +74,9 @@ post-install: strip ${PREFIX}/bin/${file} .endfor # ``make install'' does not set the permissions like pkg_add does. - chmod 1777 /var/run/emacs/lock - chmod 755 ${PREFIX}/lib/xemacs/site-lisp - chmod 755 ${PREFIX}/share/emacs/site-lisp + ${CHMOD} 1777 /var/run/emacs/lock + ${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp + ${CHMOD} 755 ${PREFIX}/share/emacs/site-lisp ${RM} -f ${PREFIX}/bin/send-pr # install xemacs20.sh into ${PREFIX}/etc/rc.d @if [ ! -d ${PREFIX}/etc/rc.d ]; then mkdir -p ${PREFIX}/etc/rc.d; fi diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile index 94a1af383255..59d96400e954 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA # -# $Id: Makefile,v 1.5 1999/01/18 03:05:30 steve Exp $ +# $Id: Makefile,v 1.6 1999/01/23 07:05:33 vanilla Exp $ # DISTNAME= xemacs-20.4 @@ -90,7 +90,7 @@ pre-install: post-install: # install xemacs-mule.sh into ${PREFIX}/etc/rc.d @${MKDIR} /var/run/emacs/lock - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock @${MKDIR} ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/xemacs-mule.sh ${PREFIX}/etc/rc.d @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 6226195263e2..a707af1163d1 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.28 1999/06/22 22:01:23 gj Exp $ # DISTNAME= xemacs-21.1.2 @@ -84,7 +84,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor # ``make install'' does not set the permissions like pkg_add does. - chmod 1777 /var/run/emacs/lock + ${CHMOD} 1777 /var/run/emacs/lock # ${MKDIR} ${PREFIX}/lib/xemacs ${RM} -f ${PREFIX}/bin/send-pr # install xemacs21.sh into ${PREFIX}/etc/rc.d -- cgit v1.2.3