diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /devel/noweb | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'devel/noweb')
-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 |