aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hfsutils
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 /emulators/hfsutils
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 'emulators/hfsutils')
-rw-r--r--emulators/hfsutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 0e39d69a4735..1160fe312dde 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -3,7 +3,7 @@
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.14 1998/11/04 09:45:14 vanilla Exp $
+# $Id: Makefile,v 1.15 1998/11/19 18:05:31 vanilla Exp $
#
DISTNAME= hfsutils-3.2.6
@@ -37,6 +37,6 @@ MAN1= hattrib.1 \
xhfs.1
post-install:
- chmod 755 ${PREFIX}/bin/hfs
+ ${CHMOD} 755 ${PREFIX}/bin/hfs
.include <bsd.port.mk>