diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /devel/noweb | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 |