mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
cdrtools and mkisofs:
- Add CONFLICTS for corresponding -devel ports. mkisofs: - Rearrange a line in the Makefile in oder to quiet portlint (3 errors/ 1 warning -> 0 errors/1 warning). PR: ports/52849 Submitted by: Marius Strobl <marius@alchemy.franken.de>
This commit is contained in:
parent
16790c2ec7
commit
6019d07548
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87302
@ -17,6 +17,8 @@ DISTNAME= cdrtools-2.00.3
|
||||
MAINTAINER= dirk@FreeBSD.org
|
||||
COMMENT?= Cdrecord, mkisofs and several other programs to record CD-R[W]
|
||||
|
||||
CONFLICTS?= cdrtools-devel-*
|
||||
|
||||
.if defined(MKISOFS)
|
||||
MAN8= apple_driver.8 isoinfo.8 mkhybrid.8 mkisofs.8
|
||||
.else
|
||||
|
@ -10,8 +10,11 @@ PORTVERSION= 2.0.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cdrtools
|
||||
COMMENT= Create iso9660/Rock Ridge/Joliet filesystems
|
||||
|
||||
CONFLICTS= mkisofs-devel-*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cdrtools
|
||||
DESCR= ${PKGDIR}/pkg-descr.mkisofs
|
||||
PLIST= ${PKGDIR}/pkg-plist.mkisofs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user