diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-26 23:29:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-26 23:29:04 +0000 |
commit | 4a74069a0786e527b5e0689e8427cdf51f30a0cf (patch) | |
tree | 010618051ce05d6c8fcb0be0844e31d474f8d650 | |
parent | Add two new metaports comprising a set of tools to work with the Ports (diff) |
Add port-authoring-tools and port-maintenance-tools.
Notes
Notes:
svn path=/head/; revision=110097
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 22d600983aa0..e286f3357985 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -294,6 +294,8 @@ SUBDIR += pkill SUBDIR += plconfig SUBDIR += pmap + SUBDIR += port-authoring-tools + SUBDIR += port-maintenance-tools SUBDIR += portdowngrade SUBDIR += portsman SUBDIR += portupgrade |