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/magic | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'cad/magic')
-rw-r--r-- | cad/magic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 588fdae4b352..3aebe6e8b15a 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: magic -# Version required: 6.4.4 # Date created: 18 Dec 1994 # Whom: swallace # # $FreeBSD$ # -DISTNAME= magic-6.5 +PORTNAME= magic +PORTVERSION= 6.5 CATEGORIES= cad MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.5/ DISTFILES= magic-6_5_tar.Z |