diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /misc/tkrunit | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'misc/tkrunit')
-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> |