diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 07:13:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 07:13:41 +0800 |
commit | eb02d9ba8fdb3e9566bc1ef1d83254d34ec19e9d (patch) | |
tree | 88646cddee844af5425f84e396be55d9f3c5e091 /audio | |
parent | 0dfd36aa61f582386be8b5e6a95b19933153c8d6 (diff) | |
download | freebsd-ports-graphics-eb02d9ba8fdb3e9566bc1ef1d83254d34ec19e9d.tar.gz freebsd-ports-graphics-eb02d9ba8fdb3e9566bc1ef1d83254d34ec19e9d.tar.zst freebsd-ports-graphics-eb02d9ba8fdb3e9566bc1ef1d83254d34ec19e9d.zip |
xcd is now version 1.0 (jmz is the author so I just asked him :).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 739a2ced4e7..f7e823eb764 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xcd -# Version required: ? +# Version required: 1.0 # Date created: 22 November 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/11 19:46:55 asami Exp $ # -DISTNAME= xcd +DISTNAME= xcd-1.0 CATEGORIES+= audio MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ |