diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-14 16:13:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-14 16:13:06 +0000 |
commit | 4397fdf74e867a9c751ea405164f111fa43371b9 (patch) | |
tree | 37ee7fcde8d4b605e23865ab5d62c07bc4485cd1 /emulators/hfs | |
parent | 92a5b0006436dfe19bcebf365df79ff61b05ea77 (diff) | |
download | ports-4397fdf74e867a9c751ea405164f111fa43371b9.tar.gz ports-4397fdf74e867a9c751ea405164f111fa43371b9.zip |
Notes
Diffstat (limited to 'emulators/hfs')
-rw-r--r-- | emulators/hfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index 9d05bfad7d98..7042a1b5717e 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= jmz@FreeBSD.org COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs -CONFLICTS= hfsutils +CONFLICTS= hfsutils-[0-9]* USE_GMAKE= yes MAN1= hfs.1 |