aboutsummaryrefslogtreecommitdiff
path: root/devel/noweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r--devel/noweb/Makefile13
1 files changed, 3 insertions, 10 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>