diff options
Diffstat (limited to 'cad/ghdl')
-rw-r--r-- | cad/ghdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index f1100064de7..3a3ac8e4a18 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/12/07 10:48:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/09 20:06:03 ryoon Exp $ GCCVER= 4.9.2 DISTNAME= ghdl-0.32rc1 @@ -10,7 +10,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${GCCDISTNAME} SITES.${GCCDISTNAME}= ${MASTER_SITE_GNU:=gcc/gcc-${GCCVER}/} MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://ghdl.free.fr/ +HOMEPAGE= https://sourceforge.net/p/ghdl-updates/wiki/Home/ COMMENT= Open-source simulator for the VHDL language LICENSE= gnu-gpl-v2 |