diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /sysutils/cdrdao | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 0984c59e05ec..7eace10ec83b 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/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 |