diff options
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 0b405a49782d..aa2ffeeb0bc7 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -3,11 +3,11 @@ # 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 $ +# $Id: Makefile,v 1.6 1996/03/27 08:42:13 tg Exp $ # DISTNAME= noweb-2.7d -CATEGORIES+= devel +CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/nr/ EXTRACT_SUFX= .tgz @@ -17,13 +17,12 @@ BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src +MAN1= htmltoc.1 nodefs.1 noindex.1 noroots.1 notangle.1 \ + noweb.1 cpif.1 sl2h.1 nowebstyle.1 nuweb2noweb.1 \ + nowebfilters.1 .if !defined(NOMANCOMPRESS) post-install: - for i in htmltoc nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \ - do \ - gzip -9nf ${PREFIX}/man/man1/$$i.1; \ - done @rm ${PREFIX}/man/man1/noweave.1* @rm ${PREFIX}/man/man1/nountangle.1* ln ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/noweave.1.gz |