diff options
author | tg <tg@FreeBSD.org> | 1996-03-27 16:42:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-03-27 16:42:28 +0800 |
commit | 7b6b2f75f21a60567682130afcf048fb44120e0d (patch) | |
tree | 1367b297b1aff3f1991f3c752ffc94a283cc1de0 /devel/noweb/Makefile | |
parent | b91541297cf9b1b51415cc396c3860db319dfa9e (diff) | |
download | freebsd-ports-gnome-7b6b2f75f21a60567682130afcf048fb44120e0d.tar.gz freebsd-ports-gnome-7b6b2f75f21a60567682130afcf048fb44120e0d.tar.zst freebsd-ports-gnome-7b6b2f75f21a60567682130afcf048fb44120e0d.zip |
Upgrade to newer version.
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 |