diff options
-rw-r--r-- | devel/cweb/Makefile | 18 | ||||
-rw-r--r-- | devel/cweb/pkg/PLIST | 3 |
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 424a7b68488..0d86e82ad10 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/21 14:26:55 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/26 20:50:49 jtb Exp $ DISTNAME= cweb-3.63 CATEGORIES= devel lang @@ -16,27 +16,27 @@ WRKSRC= ${WRKDIR} EVAL_PREFIX+= PREFIX=teTeX post-patch: - @for f in ${WRKSRC}/cweb.1 ; do \ - ${SED} -e 's:@PREFIX@:'${PREFIX}':g' < $$f > $$f.tmp \ + @for f in ${WRKSRC}/cweb.1 ; do \ + ${SED} -e 's:@PREFIX@:'${PREFIX}':g' < $$f > $$f.tmp \ && ${MV} $$f.tmp $$f ; done do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cweave ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ctangle ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cweb.1 ${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/cwebmac.tex \ + ${INSTALL_DATA} ${WRKSRC}/cwebmac.tex \ ${PREFIX}/share/texmf/tex/plain/base ${INSTALL_DATA_DIR} ${PREFIX}/share/cweb ${INSTALL_DATA} ${WRKSRC}/c++lib.w ${PREFIX}/share/cweb ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cweb @for f in ${WRKSRC}/examples/*; do \ - i="${INSTALL_DATA} $$f ${PREFIX}/share/examples/cweb/"; \ - ${ECHO} $$i; $$i; \ + i="${INSTALL_DATA} $$f ${PREFIX}/share/examples/cweb/"; \ + ${ECHO} $$i; $$i; \ done ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cweb - @for f in cwebman.tex cwebman.dvi cweave.dvi ctangle.dvi; do \ - j="${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/cweb/"; \ - ${ECHO} $$j; $$j; \ + @for f in cwebman.dvi cweave.dvi ctangle.dvi; do \ + i="${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/cweb/"; \ + ${ECHO} $$i; $$i; \ done ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/cweb.el ${PREFIX}/share/emacs/site-lisp diff --git a/devel/cweb/pkg/PLIST b/devel/cweb/pkg/PLIST index 0cd45aea0ea..82201c426e6 100644 --- a/devel/cweb/pkg/PLIST +++ b/devel/cweb/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/28 04:27:43 jtb Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/03/26 20:50:49 jtb Exp $ bin/ctangle bin/cweave man/man1/cweb.1 @@ -6,7 +6,6 @@ share/cweb/c++lib.w share/doc/cweb/ctangle.dvi share/doc/cweb/cweave.dvi share/doc/cweb/cwebman.dvi -share/doc/cweb/cwebman.tex share/emacs/site-lisp/cweb.el share/examples/cweb/Makefile share/examples/cweb/README |