diff options
author | arved <arved@FreeBSD.org> | 2004-02-10 20:54:22 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-10 20:54:22 +0800 |
commit | 7f6367fba311ae665bd29e958fb49500f8e46557 (patch) | |
tree | c43998fe0f5ce0ff985b75196a398a157a22d9c6 /cad/qcad | |
parent | 24d5119e9356b9f61340d310e1fe4f8b9ee0e427 (diff) | |
download | freebsd-ports-gnome-7f6367fba311ae665bd29e958fb49500f8e46557.tar.gz freebsd-ports-gnome-7f6367fba311ae665bd29e958fb49500f8e46557.tar.zst freebsd-ports-gnome-7f6367fba311ae665bd29e958fb49500f8e46557.zip |
Fix fetch.
PORTREVISION should not be used in DISTNAME
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index e403bccdfe12..45f2f7719850 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.1.3 PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.ribbonsoft.com/archives/qcad/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}.src +DISTNAME= ${PORTNAME}-${PORTVERSION}-1.src MAINTAINER= ports@FreeBSD.org COMMENT= Professional CAD system |