diff options
Diffstat (limited to 'x11-clocks/wmtz/Makefile')
-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 71eb24f796a4..234aec9ea596 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" |