diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /misc/estic | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
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 057a41db8206..828a61d01258 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" |