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 /x11-clocks/wmtz | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11-clocks/wmtz')
-rw-r--r-- | x11-clocks/wmtz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmtz/Makefile b/x11-clocks/wmtz/Makefile index 71eb24f..234aec9 100644 --- a/x11-clocks/wmtz/Makefile +++ b/x11-clocks/wmtz/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/06/19 18:24:30 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/08/14 08:37:24 jim Exp $ # DISTNAME= wmtz-0.4 @@ -21,7 +21,7 @@ USE_X_PREFIX= yes post-install: @${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz" @${ECHO} "===> Modify to your config and copy to ~/.wmtzrc" - @${MKDIR} ${PREFIX}/share/examples/wmtz && chmod a+rx ${PREFIX}/share/examples/wmtz + @${MKDIR} ${PREFIX}/share/examples/wmtz && ${CHMOD} a+rx ${PREFIX}/share/examples/wmtz @${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz @${ECHO} "===> Run wmtz --help for usage instructions" |