summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-26 20:50:49 +0000
committerjtb <jtb@pkgsrc.org>2001-03-26 20:50:49 +0000
commit74c3635e710033e0f15b128418991af8ed96eb18 (patch)
tree9b60bbb697795b37362b9493e8d89d7227a6a4d8 /devel
parent55cacc096cf4c381402ac2e4d2aeb81f75ec32c1 (diff)
downloadpkgsrc-74c3635e710033e0f15b128418991af8ed96eb18.tar.gz
Don't install "cwebman.tex".
TeX it, don't read it! (as stated in that file).
Diffstat (limited to 'devel')
-rw-r--r--devel/cweb/Makefile18
-rw-r--r--devel/cweb/pkg/PLIST3
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