diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /cad/qcad | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
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 |