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 /x11-clocks | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/pclock/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/wmtz/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile index 86c2ed2425f0..f822672bad5f 100644 --- a/x11-clocks/pclock/Makefile +++ b/x11-clocks/pclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Apr 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/04/19 12:02:25 flathill Exp $ +# $Id: Makefile,v 1.2 1999/08/14 08:37:18 jim Exp $ # DISTNAME= pclock-0.12a @@ -20,7 +20,7 @@ USE_X_PREFIX= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/pclock ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/pclock/pixmaps && chmod a+rx ${PREFIX}/share/pclock/pixmaps + @${MKDIR} ${PREFIX}/share/pclock/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/pclock/pixmaps @${ECHO} "===> Installing sample pixmaps in ${PREFIX}/share/pclock/pixmaps" @${INSTALL_DATA} ${WRKSRC}/XPM/*.xpm ${PREFIX}/share/pclock/pixmaps 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" |