diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/cdrdao/Makefile | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/cdrdao/Makefile')
-rw-r--r-- | audio/cdrdao/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index 0984c59..7eace10 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: cdrdao -# Version required: 1.1.2 # Date created: 7 April 1999 # Whom: futatuki # @@ -10,10 +9,11 @@ # If you don't want to use pthreads, set DONT_USE_PTHREADS = yes # If you want the graphical X toc file editor, set XCDRDAO = yes -DISTNAME= cdrdao-1.1.3.src -PKGNAME= cdrdao-1.1.3 +PORTNAME= cdrdao +PORTVERSION= 1.1.3 CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ +EXTRACT_SUFX= .src.tar.gz MAINTAINER= futatuki@debug.gr.jp |