diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 12:54:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 12:54:22 +0000 |
commit | a5ac3dd24b6ae5dfa900d955782a3bf5b67e1b7e (patch) | |
tree | a530d68a306546f8f52188f313c1884f77c57e0b /cad/qcad | |
parent | Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my (diff) |
Fix fetch.
PORTREVISION should not be used in DISTNAME
Notes
Notes:
svn path=/head/; revision=100541
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 |