diff options
author | will <will@FreeBSD.org> | 2003-05-17 11:17:55 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-05-17 11:17:55 +0800 |
commit | 2dc89c75625e7109814f85808d67968c5e31537e (patch) | |
tree | 1a1c952d966221342ff094fa7d14ecb783c932a6 /cad/iverilog | |
parent | 07ea23a2c4ce8704a3279459c937c693929b11fa (diff) | |
download | freebsd-ports-gnome-2dc89c75625e7109814f85808d67968c5e31537e.tar.gz freebsd-ports-gnome-2dc89c75625e7109814f85808d67968c5e31537e.tar.zst freebsd-ports-gnome-2dc89c75625e7109814f85808d67968c5e31537e.zip |
Fix MAN. This commit completes changes submitted in the PR. I made
the earlier changes unaware that the submitter had sent the PR.
PR: 51989
Submitted by: Ports Fury
Diffstat (limited to 'cad/iverilog')
-rw-r--r-- | cad/iverilog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index da95c1926c41..e441e1a25f97 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -13,13 +13,12 @@ MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/ DISTNAME= verilog-${PORTVERSION} MAINTAINER= keichii@FreeBSD.org -COMMENT= Icarus Verilog is a Verilog simulation and synthesis tool - -GNU_CONFIGURE= yes +COMMENT= A Verilog simulation and synthesis tool USE_BISON= yes USE_GMAKE= yes +GNU_CONFIGURE= yes -MAN1= iverilog.1 vvp.1 +MAN1= iverilog-vpi.1 iverilog.1 vvp.1 .include <bsd.port.mk> |