summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /java
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'java')
-rw-r--r--java/guavac/Makefile4
-rw-r--r--java/java-tutorial/Makefile4
-rw-r--r--java/jdk-doc/Makefile4
-rw-r--r--java/jdk-tutorial/Makefile4
-rw-r--r--java/jdk11-doc/Makefile4
-rw-r--r--java/jdk12-doc/Makefile4
-rw-r--r--java/jdk13-doc/Makefile4
-rw-r--r--java/jdk14-doc/Makefile4
-rw-r--r--java/jfc/Makefile4
9 files changed, 18 insertions, 18 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile
index 96abd6c2f6db..df32ed50c693 100644
--- a/java/guavac/Makefile
+++ b/java/guavac/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.14 1999/06/28 02:21:39 billf Exp $
+# $Id: Makefile,v 1.15 1999/08/17 19:36:56 cpiazza Exp $
#
DISTNAME= guavac-1.2
@@ -26,7 +26,7 @@ MAN1= guavac.1
STRIP=
pre-install:
- @chmod +x ${WRKSRC}/mkinstalldirs
+ @${CHMOD} +x ${WRKSRC}/mkinstalldirs
post-install:
@strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile
index 68a26d9df394..a3a9eec760fe 100644
--- a/java/java-tutorial/Makefile
+++ b/java/java-tutorial/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Mar 23 10:18:20 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.5 1999/06/28 02:22:07 billf Exp $
+# $Id: Makefile,v 1.6 1999/06/28 23:25:49 cpiazza Exp $
#
DISTNAME= tutorial
@@ -23,7 +23,7 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE
.include <bsd.port.pre.mk>
post-extract:
- (cd ${WRKSRC} && chown -R root.wheel *)
+ (cd ${WRKSRC} && ${CHOWN} -R root.wheel *)
do-install:
${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial
diff --git a/java/jdk-doc/Makefile b/java/jdk-doc/Makefile
index 158930620e62..7dbb7354a961 100644
--- a/java/jdk-doc/Makefile
+++ b/java/jdk-doc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Mar 8 10:10:42 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.6 1999/06/28 02:22:02 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/02 22:45:41 cpiazza Exp $
#
DISTNAME= jdk118-doc
@@ -38,7 +38,7 @@ do-fetch:
pre-install:
@if [ !`id -u` ]; then \
- /usr/sbin/chown -R root:wheel ${WRKDIR}/*; \
+ ${CHOWN} -R root:wheel ${WRKDIR}/*; \
fi
do-install:
diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile
index 68a26d9df394..a3a9eec760fe 100644
--- a/java/jdk-tutorial/Makefile
+++ b/java/jdk-tutorial/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Mar 23 10:18:20 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.5 1999/06/28 02:22:07 billf Exp $
+# $Id: Makefile,v 1.6 1999/06/28 23:25:49 cpiazza Exp $
#
DISTNAME= tutorial
@@ -23,7 +23,7 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE
.include <bsd.port.pre.mk>
post-extract:
- (cd ${WRKSRC} && chown -R root.wheel *)
+ (cd ${WRKSRC} && ${CHOWN} -R root.wheel *)
do-install:
${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial
diff --git a/java/jdk11-doc/Makefile b/java/jdk11-doc/Makefile
index 158930620e62..7dbb7354a961 100644
--- a/java/jdk11-doc/Makefile
+++ b/java/jdk11-doc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Mar 8 10:10:42 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.6 1999/06/28 02:22:02 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/02 22:45:41 cpiazza Exp $
#
DISTNAME= jdk118-doc
@@ -38,7 +38,7 @@ do-fetch:
pre-install:
@if [ !`id -u` ]; then \
- /usr/sbin/chown -R root:wheel ${WRKDIR}/*; \
+ ${CHOWN} -R root:wheel ${WRKDIR}/*; \
fi
do-install:
diff --git a/java/jdk12-doc/Makefile b/java/jdk12-doc/Makefile
index 158930620e62..7dbb7354a961 100644
--- a/java/jdk12-doc/Makefile
+++ b/java/jdk12-doc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Mar 8 10:10:42 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.6 1999/06/28 02:22:02 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/02 22:45:41 cpiazza Exp $
#
DISTNAME= jdk118-doc
@@ -38,7 +38,7 @@ do-fetch:
pre-install:
@if [ !`id -u` ]; then \
- /usr/sbin/chown -R root:wheel ${WRKDIR}/*; \
+ ${CHOWN} -R root:wheel ${WRKDIR}/*; \
fi
do-install:
diff --git a/java/jdk13-doc/Makefile b/java/jdk13-doc/Makefile
index 158930620e62..7dbb7354a961 100644
--- a/java/jdk13-doc/Makefile
+++ b/java/jdk13-doc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Mar 8 10:10:42 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.6 1999/06/28 02:22:02 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/02 22:45:41 cpiazza Exp $
#
DISTNAME= jdk118-doc
@@ -38,7 +38,7 @@ do-fetch:
pre-install:
@if [ !`id -u` ]; then \
- /usr/sbin/chown -R root:wheel ${WRKDIR}/*; \
+ ${CHOWN} -R root:wheel ${WRKDIR}/*; \
fi
do-install:
diff --git a/java/jdk14-doc/Makefile b/java/jdk14-doc/Makefile
index 158930620e62..7dbb7354a961 100644
--- a/java/jdk14-doc/Makefile
+++ b/java/jdk14-doc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Mar 8 10:10:42 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.6 1999/06/28 02:22:02 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/02 22:45:41 cpiazza Exp $
#
DISTNAME= jdk118-doc
@@ -38,7 +38,7 @@ do-fetch:
pre-install:
@if [ !`id -u` ]; then \
- /usr/sbin/chown -R root:wheel ${WRKDIR}/*; \
+ ${CHOWN} -R root:wheel ${WRKDIR}/*; \
fi
do-install:
diff --git a/java/jfc/Makefile b/java/jfc/Makefile
index dbe36174c071..c498510a222f 100644
--- a/java/jfc/Makefile
+++ b/java/jfc/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 May 1999
# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.3 1999/06/28 02:22:13 billf Exp $
+# $Id: Makefile,v 1.4 1999/06/28 18:33:58 billf Exp $
#
DISTNAME= swing11
@@ -35,6 +35,6 @@ do-install:
${MKDIR} ${PREFIX}/${JFCSUBDIR}
(cd ${WRKSRC} && tar -c -f - .) \
| (cd ${PREFIX}/${JFCSUBDIR} && tar fx -)
- chown -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/${JFCSUBDIR}
+ ${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/${JFCSUBDIR}
.include <bsd.port.mk>