diff options
-rw-r--r-- | emulators/hfs/Makefile | 2 | ||||
-rw-r--r-- | emulators/hfs/pkg-descr | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index ab634601d530..a4ca23aefeeb 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -15,6 +15,8 @@ LICENCE= GPLv2 CONFLICTS= hfsutils-[0-9]* +DEPRECATED= No upstream, no public distfiles; consider using `sysutils/hfsutils' + USE_GMAKE= yes MAKE_ARGS= CCPLUSPLUS="${CXX} -c" LD="${CXX}" DEBUG="${CFLAGS}" \ INSTALLPATH="${PREFIX}" MANINSTALLDIR="${MANPREFIX}/man/man1" diff --git a/emulators/hfs/pkg-descr b/emulators/hfs/pkg-descr index 56f1a17a59d5..e87475ece8a3 100644 --- a/emulators/hfs/pkg-descr +++ b/emulators/hfs/pkg-descr @@ -7,3 +7,5 @@ disks, hard drives, and CD-ROMs. The following functions are available: - Copy an HFS file into a local file (read) - Display the contents of an HFS file (cat) - Display the partition table on a Macintosh volume + +There is no HFS+ volumes support available. |