diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 15:45:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 15:45:43 +0000 |
commit | 34cb420a465a493e11a29af6febdaa885f8f46e4 (patch) | |
tree | 59b190b330d025c741a0796207b070fed643f804 /devel/noweb | |
parent | 984e3a488f88029fa30a2af23de99b5ad8dffa53 (diff) | |
download | pkgsrc-34cb420a465a493e11a29af6febdaa885f8f46e4.tar.gz |
Fixed a pkglint warning. Sorted PLIST.
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 4 | ||||
-rw-r--r-- | devel/noweb/PLIST | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 13f1684e624..51ed321949d 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/03/24 21:12:52 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/23 15:45:43 rillig Exp $ DISTNAME= noweb-2.9a PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.virginia.edu/~nr/noweb/ COMMENT= Simple, extensible literate-programming tool -DEPENDS= icon>=9.3:../../lang/icon +DEPENDS+= icon>=9.3:../../lang/icon WRKSRC= ${WRKDIR}/src diff --git a/devel/noweb/PLIST b/devel/noweb/PLIST index 6dc81515552..b4a9e1c2cd5 100644 --- a/devel/noweb/PLIST +++ b/devel/noweb/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:25:00 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/23 15:45:43 rillig Exp $ +bin/cpif bin/htmltoc bin/nodefs bin/noindex @@ -9,22 +10,22 @@ bin/nountangle bin/noweave bin/noweb bin/nuweb2noweb -bin/cpif bin/sl2h man/man1/cpif.1 +man/man1/htmltoc.1 man/man1/nodefs.1 +man/man1/noindex.1 man/man1/noroff.1 man/man1/noroots.1 -man/man1/noweb.1 -man/man1/noindex.1 -man/man1/nuweb2noweb.1 man/man1/notangle.1 -man/man1/sl2h.1 -man/man1/htmltoc.1 man/man1/nountangle.1 man/man1/noweave.1 -man/man7/nowebstyle.7 +man/man1/noweb.1 +man/man1/nuweb2noweb.1 +man/man1/sl2h.1 man/man7/nowebfilters.7 +man/man7/nowebstyle.7 +share/emacs/site-lisp/noweb-mode.el share/examples/noweb/Makefile share/examples/noweb/README share/examples/noweb/README.h @@ -45,7 +46,6 @@ share/examples/noweb/wc.bbl share/examples/noweb/wc.nw share/examples/noweb/wc.nw2html share/examples/noweb/whitespace -share/emacs/site-lisp/noweb-mode.el share/noweb/autodefs.c share/noweb/autodefs.icon share/noweb/autodefs.lrtl @@ -66,8 +66,8 @@ share/noweb/nt share/noweb/tmac.w share/noweb/toascii share/noweb/tohtml -share/noweb/totex share/noweb/toroff +share/noweb/totex share/noweb/unmarkup share/texmf/tex/noweb/noweb.sty share/texmf/tex/noweb/nwmac.tex |