diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /cad/qcad | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index e0c067ddfa8a..5d76f3fff4bb 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: qcad -# Version required: 1.3.3 # Date created: 10 Dec 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= qcad_source -PKGNAME= qcad-1.3.3 +PORTNAME= qcad +PORTVERSION= 1.3.3 CATEGORIES= cad MASTER_SITES= http://www.ultraviolet.org/qcad/ +DISTNAME= qcad_source MAINTAINER= will@FreeBSD.org |