diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-03 04:21:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-03 04:21:03 +0000 |
commit | 2db2d50167f50bdd3082fb80bc712ac65cc76aed (patch) | |
tree | 823cc88b54b789a94383ff9007368e0a6337c203 /archivers | |
parent | ffe778d24052eb3c9bb9e59ff852354fec88a207 (diff) | |
download | ports-2db2d50167f50bdd3082fb80bc712ac65cc76aed.tar.gz ports-2db2d50167f50bdd3082fb80bc712ac65cc76aed.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
Notes
Notes:
svn path=/head/; revision=29136
Diffstat (limited to 'archivers')
-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 |