diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /misc/estic | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 057a41d..828a61d 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Sep 1996 # Whom: Julian Stacey <jhs@freebsd.org> # -# $Id: Makefile,v 1.4 1999/02/03 11:11:54 asami Exp $ +# $Id: Makefile,v 1.5 1999/05/01 12:34:35 jseger Exp $ # DISTNAME= estic-1.40-sources @@ -58,8 +58,8 @@ do-install: ${INSTALL_DATA} ${ESTIC}/alias.dat ${PBX_ETC}/aliases.example @# create config & debug so we can change mode to private @touch ${PBX_ETC}/config ${PBX_VAR}/debug - chmod 600 ${PBX_VAR}/debug ${PBX_ETC}/config - chmod 700 ${PBX_VAR} # estic will create ./1996.11 etc + ${CHMOD} 600 ${PBX_VAR}/debug ${PBX_ETC}/config + ${CHMOD} 700 ${PBX_VAR} # estic will create ./1996.11 etc post-install: @echo "" @@ -71,7 +71,7 @@ demo: @echo " ${SETENV} SPUNK_XFONT 8x13" @echo " cd ${PBX_ETC}" @echo " vi estic.ini" - @echo " chmod 666 /dev/cuaaX, or su" + @echo " ${CHMOD} 666 /dev/cuaaX, or su" @echo " ${ESTIC}/xestic -display :0" @echo " (If you have no Istec 100[38] connected, append -n )" @echo " A BUGS & PROBLEMS section exists in ${FILESDIR}/README == man estic_freebsd" |