aboutsummaryrefslogtreecommitdiffstats
path: root/print/texinfo
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 /print/texinfo
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 'print/texinfo')
-rw-r--r--print/texinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 7b0ad952c731..a3811e71a6e6 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.13 1999/01/29 02:34:08 jmz Exp $
+# $Id: Makefile,v 1.14 1999/02/01 22:11:18 asami Exp $
#
DISTNAME= texinfo
@@ -24,7 +24,7 @@ NO_WRKSUBDIR= yes
pre-configure:
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
- @chmod +w ${WRKDIR}/*
+ @${CHMOD} +w ${WRKDIR}/*
do-build:
@(cd ${WRKDIR}; initex '&tex texinfo @dump')