diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /archivers | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8c0c7d9a00f..46170025a84 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2000/02/01 16:41:48 rh Exp $ +# $NetBSD: Makefile,v 1.23 2000/02/25 01:04:11 wiz Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # SUBDIR += arc - SUBDIR += bzip2 SUBDIR += bunzip + SUBDIR += bzip2 SUBDIR += fastjar SUBDIR += freeze SUBDIR += gcpio @@ -21,8 +21,6 @@ SUBDIR += liblzo SUBDIR += lzop SUBDIR += macutil -# SUBDIR += nulib -# SUBDIR += p5-Compress-Zlib SUBDIR += ppunpack SUBDIR += rar SUBDIR += squsq |