diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /print/texinfo | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 4 |
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') |