diff options
author | will <will@FreeBSD.org> | 2000-06-03 12:21:03 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 12:21:03 +0800 |
commit | 4c121de9cf78d9b0a3811494652a005f97691113 (patch) | |
tree | 1cc1dcb8c0ba1138145410de9b6e228d51d02ca8 /archivers/Makefile | |
parent | ea97ba4a0c777c15aefea19b28d5592ce21f12de (diff) | |
download | freebsd-ports-gnome-4c121de9cf78d9b0a3811494652a005f97691113.tar.gz freebsd-ports-gnome-4c121de9cf78d9b0a3811494652a005f97691113.tar.zst freebsd-ports-gnome-4c121de9cf78d9b0a3811494652a005f97691113.zip |
Add the macutil port, which allows us to create and extract archives from
the Mac world in formats such as binhex.
Obtained from: NetBSD
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 0ca5825c2930..5d3ab4191b74 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -15,6 +15,7 @@ SUBDIR += linux_rar SUBDIR += lzo SUBDIR += lzop + SUBDIR += macutil SUBDIR += makeself SUBDIR += mscompress SUBDIR += nulib |