diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 10:41:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 10:41:31 +0000 |
commit | d4ad06791fc7771afcf5ed4f3a0e49807badc97f (patch) | |
tree | c1a3810edea67f768143762e153d1ff57c628e1b /cad | |
parent | 2bff51c7621d71ebd1de5c94f41e6875d4392927 (diff) | |
download | ports-d4ad06791fc7771afcf5ed4f3a0e49807badc97f.tar.gz ports-d4ad06791fc7771afcf5ed4f3a0e49807badc97f.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gplcver/Makefile | 2 | ||||
-rw-r--r-- | cad/gplcver/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/gplcver/Makefile b/cad/gplcver/Makefile index 2fc1d7dab79f..a03a51c57960 100644 --- a/cad/gplcver/Makefile +++ b/cad/gplcver/Makefile @@ -9,7 +9,7 @@ PORTNAME= gplcver PORTVERSION= 2.12.a CATEGORIES= cad -MASTER_SITES= http://www.pragmatic-c.com/gpl-cver/downloads/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}.src MAINTAINER= ports@FreeBSD.org diff --git a/cad/gplcver/pkg-descr b/cad/gplcver/pkg-descr index dadc523cdac9..f0acef758567 100644 --- a/cad/gplcver/pkg-descr +++ b/cad/gplcver/pkg-descr @@ -15,4 +15,4 @@ Manual (LRM) that can be purchased from IEEE. There are many good books for learning that teach the Verilog HDL and/or that teach digital circuit design using Verilog. -WWW: http://www.pragmatic-c.com/gpl-cver/ +WWW: http://sourceforge.net/projects/gplcver/ |