diff options
author | netchild <netchild@FreeBSD.org> | 2004-06-07 21:20:56 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-06-07 21:20:56 +0800 |
commit | d934ac7410a13e90e3b9dc7dd26e196b62ca5e7a (patch) | |
tree | feed368afdf441eaef6e90a4e46cd55d140962fa | |
parent | f1b0ae6b3c9e102d858de82a566f2b9c83d02038 (diff) | |
download | freebsd-ports-graphics-d934ac7410a13e90e3b9dc7dd26e196b62ca5e7a.tar.gz freebsd-ports-graphics-d934ac7410a13e90e3b9dc7dd26e196b62ca5e7a.tar.zst freebsd-ports-graphics-d934ac7410a13e90e3b9dc7dd26e196b62ca5e7a.zip |
Make usable as master port for the upcomming sysutils/cdrtools-cjk.
Submitted by: marius
-rw-r--r-- | sysutils/cdrtools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 69e3a9c1417..068efd79798 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cdrtools -PORTVERSION= 2.0.3 -PORTREVISION= 3 -CATEGORIES= sysutils audio +PORTVERSION?= 2.0.3 +PORTREVISION?= 3 +CATEGORIES?= sysutils audio MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ \ ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/ @@ -17,7 +17,7 @@ DISTNAME= cdrtools-2.00.3 MAINTAINER= marius@FreeBSD.org COMMENT= CD/CD-R[W] and ISO-9660 image creation and extraction tools -CONFLICTS= cdrtools-devel-* +CONFLICTS?= cdrtools-devel-* cjk-cdrtools-* MAN1= cdda2wav.1 cdrecord.1 readcd.1 scgcheck.1 MAN8= isoinfo.8 mkisofs.8 |