summaryrefslogtreecommitdiff
path: root/russian
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 /russian
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 'russian')
-rw-r--r--russian/X.language/Makefile6
-rw-r--r--russian/apache13/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile
index 5480ad0b75f5..e2a6ab75d028 100644
--- a/russian/X.language/Makefile
+++ b/russian/X.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Aug 1995
# Whom: ache
#
-# $Id: Makefile,v 1.20 1998/08/03 08:49:00 ache Exp $
+# $Id: Makefile,v 1.21 1998/08/05 09:31:37 asami Exp $
#
DISTNAME= ru-X11-3.3
@@ -47,8 +47,8 @@ do-install:
# ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap
if [ ! -d ${XLIB}/nls ] ; then \
mkdir ${XLIB}/nls; \
- chown ${BINOWN}.${BINGRP} ${XLIB}/nls; \
- chmod 755 ${XLIB}/nls; \
+ ${CHOWN} ${BINOWN}.${BINGRP} ${XLIB}/nls; \
+ ${CHMOD} 755 ${XLIB}/nls; \
fi
if [ ! -f ${XLIB}/nls/ru_SU.KOI8-R ] ; then \
${INSTALL_DATA} ${FILESDIR}/nls_koi8-r ${XLIB}/nls/ru_SU.KOI8-R; \
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile
index dae1426a9a78..646e3deb23db 100644
--- a/russian/apache13/Makefile
+++ b/russian/apache13/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Apr 10 22:30:36 EEST 1999
# Whom: vns@delta.odessa.ua
#
-# $Id: Makefile,v 1.1.1.1 1999/05/03 03:57:52 steve Exp $
+# $Id: Makefile,v 1.2 1999/08/01 02:31:02 steve Exp $
#
DISTNAME= apache_1.3.6
@@ -86,7 +86,7 @@ post-install:
${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \
${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \
- chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
+ ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \
fi
.include <bsd.port.mk>