diff options
author | sf <sf@FreeBSD.org> | 2001-02-09 01:32:40 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-09 01:32:40 +0800 |
commit | 8767d20c68650db6141826b38ed9ac42c96e3217 (patch) | |
tree | 4db7cab89784ebea6fd5c630f6b42350692ee59f | |
parent | 8745ef7fe7dda6f0a2f4ab83f70439c2e0558b90 (diff) | |
download | freebsd-ports-gnome-8767d20c68650db6141826b38ed9ac42c96e3217.tar.gz freebsd-ports-gnome-8767d20c68650db6141826b38ed9ac42c96e3217.tar.zst freebsd-ports-gnome-8767d20c68650db6141826b38ed9ac42c96e3217.zip |
move gtar to archivers.
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 600e8375ab10..e4b8040fbcdb 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -10,6 +10,7 @@ SUBDIR += fastjar SUBDIR += freeze SUBDIR += gshar+gunshar + SUBDIR += gtar SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lha diff --git a/sysutils/Makefile b/sysutils/Makefile index 69a440b94197..9a62a0a2efb7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -45,7 +45,6 @@ SUBDIR += gnomefind SUBDIR += gpart SUBDIR += grub - SUBDIR += gtar SUBDIR += gtoaster SUBDIR += gtop SUBDIR += guitar |