diff options
Diffstat (limited to 'misc/tkrunit/Makefile')
-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 7c16ad0..b3b4040 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> |