summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfsutils/Makefile4
-rw-r--r--emulators/linux_base-6/Makefile4
-rw-r--r--emulators/linux_base-62/Makefile4
-rw-r--r--emulators/linux_base-8/Makefile4
-rw-r--r--emulators/linux_base-rh-9/Makefile4
-rw-r--r--emulators/linux_base-suse-9.1/Makefile4
-rw-r--r--emulators/linux_base-suse-9.2/Makefile4
-rw-r--r--emulators/linux_base-suse-9.3/Makefile4
-rw-r--r--emulators/linux_base/Makefile4
-rw-r--r--emulators/spim/Makefile6
10 files changed, 21 insertions, 21 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>
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-62/Makefile
+++ b/emulators/linux_base-62/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-rh-9/Makefile
+++ b/emulators/linux_base-rh-9/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-suse-9.1/Makefile
+++ b/emulators/linux_base-suse-9.1/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-suse-9.2/Makefile
+++ b/emulators/linux_base-suse-9.2/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 06538e971939..5260c411f459 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul 7, 1999
# Whom: marcel@FreeBSD.org
#
-# $Id: Makefile,v 1.28 1999/08/08 11:40:53 marcel Exp $
+# $Id: Makefile,v 1.29 1999/08/18 12:49:52 marcel Exp $
#
DISTNAME= linux_base
@@ -124,7 +124,7 @@ do-install:
@${MKDIR} ${PREFIX}/dev
@${RM} -f ${PREFIX}/dev/null
@mknod ${PREFIX}/dev/null c 2 2
- @chmod 666 ${PREFIX}/dev/null
+ @${CHMOD} 666 ${PREFIX}/dev/null
.if defined(NEEDLOADLINK)
@${MKDIR} ${PREFIX}/compat
@${LN} -s / ${PREFIX}/compat/linux
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 982ae86c7e0d..ee2f60cc319d 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -4,7 +4,7 @@
# Date created: Mon Oct 28, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.4 1997/08/25 06:18:14 obrien Exp $
+# $Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp $
#
DISTNAME= spim5.9
@@ -27,7 +27,7 @@ pre-configure:
@${RM} -f ${WRKSRC}/y.tab.*
pre-install:
- @${MKDIR} ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim
+ @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim
post-install:
[ -e ${PREFIX}/bin/cl-spim ] && \
@@ -37,7 +37,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "Installing spim/xspim documentation"
@${MKDIR} ${PREFIX}/share/doc/spim \
- && chmod a+rx ${PREFIX}/share/doc/spim
+ && ${CHMOD} a+rx ${PREFIX}/share/doc/spim
${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \
${PREFIX}/share/doc/spim
${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \