diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-03-27 08:42:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-03-27 08:42:28 +0000 |
commit | da1b04d3b6a46c05df4f491c7cfb093544488a39 (patch) | |
tree | 5e0398a2bb1a1fe6aab638437adad6042432d0ed /devel/noweb/Makefile | |
parent | Upgrade to 2.70.4.3 (diff) |
Upgrade to newer version.
Notes
Notes:
svn path=/head/; revision=2897
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 468fc50fa0c0..0b405a49782d 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: noweb -# Version required: noweb-2.7a +# Version required: noweb-2.7d # Date created: 29 July 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # # $Id: Makefile,v 1.4 1995/11/26 11:29:17 asami Exp $ # -DISTNAME= noweb-2.7a +DISTNAME= noweb-2.7d CATEGORIES+= devel -MASTER_SITES= ftp://bellcore.com/pub/norman/ +MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/nr/ EXTRACT_SUFX= .tgz MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/src .if !defined(NOMANCOMPRESS) post-install: - for i in nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \ + for i in htmltoc nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \ do \ gzip -9nf ${PREFIX}/man/man1/$$i.1; \ done |