aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wmbutton
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /x11/wmbutton
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadfreebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11/wmbutton')
-rw-r--r--x11/wmbutton/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile
index 14154adb4982..5f51b6c73122 100644
--- a/x11/wmbutton/Makefile
+++ b/x11/wmbutton/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1999/04/11 12:53:10 jseger Exp $
+# $Id: Makefile,v 1.2 1999/08/14 09:11:54 jim Exp $
#
DISTNAME= wmbutton-0.4
@@ -25,11 +25,11 @@ do-install:
post-install:
@${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton"
@${ECHO} "===> Modify if you wish and copy to ~/.wmbutton"
- @${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton
+ @${MKDIR} ${PREFIX}/share/examples/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/wmbutton
#${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton"
@${ECHO} "===> Please read it for usage instructions"
- @${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton
+ @${MKDIR} ${PREFIX}/share/doc/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/doc/wmbutton
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton
.include <bsd.port.mk>