diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/xcd/Makefile | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.zst freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/xcd/Makefile')
-rw-r--r-- | audio/xcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 95874e29c525..ddbc8e9a37f8 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xcd -# Version required: 1.7 # Date created: 22 November 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= xcd-1.7 +PORTNAME= xcd +PORTVERSION= 1.7 CATEGORIES= audio tk82 MASTER_SITES= http://people.FreeBSD.org/~jmz/ |