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/tkrunit/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to '')
-rw-r--r-- | misc/tkrunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile index 7c16ad054082..b3b4040f2633 100644 --- a/misc/tkrunit/Makefile +++ b/misc/tkrunit/Makefile @@ -3,7 +3,7 @@ # Date created: 6 February, 1999 # Whom: Stephen Farrell <steve@farrell.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/27 03:24:44 taoka Exp $ # DISTNAME= tkRunIt-0941 @@ -30,7 +30,7 @@ post-install: @${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish" @${ECHO} "-------------------------------------------------------------------" @${ECHO} " " - @${MKDIR} ${PREFIX}/share/examples/tkrunit && chmod a+rx ${PREFIX}/share/examples/tkrunit + @${MKDIR} ${PREFIX}/share/examples/tkrunit && ${CHMOD} a+rx ${PREFIX}/share/examples/tkrunit @${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit .include <bsd.port.mk> |