diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 02:29:22 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 02:29:22 +0000 |
commit | 1aee52bf006d948bd88b95517e354af09f86b841 (patch) | |
tree | 3a952024a395f9daf485b1933b14adf4db65424f /devel/noweb | |
parent | 9e39306ce668cd65a5311e973b54432ea7dd5617 (diff) | |
download | ports-1aee52bf006d948bd88b95517e354af09f86b841.tar.gz ports-1aee52bf006d948bd88b95517e354af09f86b841.zip |
Notes
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 13 | ||||
-rw-r--r-- | devel/noweb/pkg-plist | 2 |
2 files changed, 3 insertions, 12 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index fd08734731f0..8f9ca15cf597 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1995 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp $ +# $Id: Makefile,v 1.11 1998/06/04 21:41:37 steve Exp $ # DISTNAME= noweb-2.8a @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ EXTRACT_SUFX= .tgz -MAINTAINER= tg@freebsd.org +MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon @@ -20,16 +20,9 @@ WRKSRC= ${WRKDIR}/src MAN1= cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \ nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1 MAN7= nowebstyle.7 nowebfilters.7 +MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1 post-build: @(cd ${WRKSRC} && ${WRKSRC}/awkname awk) -.if !defined(NOMANCOMPRESS) -post-install: - @rm ${PREFIX}/man/man1/noweave.1* - @rm ${PREFIX}/man/man1/nountangle.1* - ln -sf ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/noweave.1.gz - ln -sf ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/nountangle.1.gz -.endif - .include <bsd.port.mk> diff --git a/devel/noweb/pkg-plist b/devel/noweb/pkg-plist index 9b525fdd714d..a2a298a4a813 100644 --- a/devel/noweb/pkg-plist +++ b/devel/noweb/pkg-plist @@ -36,7 +36,5 @@ share/noweb/toroff share/noweb/unmarkup share/noweb/tex/noweb.sty share/noweb/tex/nwmac.tex -man/man1/nountangle.1.gz -man/man1/noweave.1.gz @dirrm share/noweb/tex @dirrm share/noweb |