diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 01:08:35 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 01:08:35 +0000 |
commit | 1f6558253cfc4cb189749aeebd6e9203b7123480 (patch) | |
tree | 536c8c4232dd98340a4ef570162fff1975b19f9c /net/dnsutl/Makefile | |
parent | 79945082f17f8d6d318386a4419595a88561e017 (diff) | |
download | FreeBSD-ports-1f6558253cfc4cb189749aeebd6e9203b7123480.zip FreeBSD-ports-1f6558253cfc4cb189749aeebd6e9203b7123480.tar.gz |
Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn't
support a '-I' argument, instead of this
soelim -Iman1 man1/foo.1 > tmp
I did this.
(cd man1; soelim foo.1) > tmp
PR: 15093
Submitted by: maintainer
Diffstat (limited to 'net/dnsutl/Makefile')
-rw-r--r-- | net/dnsutl/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net/dnsutl/Makefile b/net/dnsutl/Makefile index 098b9b6..71c2c571 100644 --- a/net/dnsutl/Makefile +++ b/net/dnsutl/Makefile @@ -1,7 +1,7 @@ # Ports collection makefile for: dnsutl # Version required: 1.5 # Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@triplan.com) +# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) # # $FreeBSD$ # @@ -13,16 +13,13 @@ MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \ http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \ ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/ -MAINTAINER= Karl.Dietz@triplan.com +MAINTAINER= Karl.Dietz@frankfurt.netsurf.de GNU_CONFIGURE= yes ALL_TARGET= all sure -INSTALL_TARGET= install-bin -# the manpages do need a patched GNU groff 1.11a (use -I for include path) -#INSTALL_TAGERT+= install-man -#MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \ -# dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ -# dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 +MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \ + dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ + dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 .include <bsd.port.mk> |