diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
commit | 0d0d56457bb54d930410a5b55092e1624f3012e5 (patch) | |
tree | 6dc64f85ffb41f8710ebfdf60aa600dd824c2b2a /ports-mgmt/Makefile | |
parent | 91cd12aa0e86e4c646fc2cbb9aa97320aac54680 (diff) | |
download | ports-0d0d56457bb54d930410a5b55092e1624f3012e5.tar.gz ports-0d0d56457bb54d930410a5b55092e1624f3012e5.zip |
Notes
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 5970e3555c76..84e2b3e7c5ca 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -1,6 +1,54 @@ # $FreeBSD$ # - COMMENT = Ports for managing, installing and developing FreeBSD ports and packages + COMMENT = Ports for managing, installing and developing FreeBSD ports and packages + + SUBDIR += barry + SUBDIR += bpm + SUBDIR += instant-tinderbox + SUBDIR += jailaudit + SUBDIR += kports + SUBDIR += managepkg + SUBDIR += newportsversioncheck + SUBDIR += p5-FreeBSD-Portindex + SUBDIR += p5-FreeBSD-Ports + SUBDIR += pib + SUBDIR += pkg-orphan + SUBDIR += pkg_cutleaves + SUBDIR += pkg_install + SUBDIR += pkg_install-devel + SUBDIR += pkg_remove + SUBDIR += pkg_rmleaves + SUBDIR += pkg_trackinst + SUBDIR += pkg_tree + SUBDIR += pkgfe + SUBDIR += port-authoring-tools + SUBDIR += port-maintenance-tools + SUBDIR += portaudit + SUBDIR += portaudit-db + SUBDIR += portbrowser + SUBDIR += portcheck + SUBDIR += portcheckout + SUBDIR += portconf + SUBDIR += portdowngrade + SUBDIR += porteasy + SUBDIR += portell + SUBDIR += portless + SUBDIR += portlint + SUBDIR += portmanager + SUBDIR += portmaster + SUBDIR += portmk + SUBDIR += portscout + SUBDIR += portsearch + SUBDIR += portsman + SUBDIR += portsnap + SUBDIR += portsopt + SUBDIR += porttools + SUBDIR += portupgrade + SUBDIR += portupgrade-devel + SUBDIR += psearch + SUBDIR += qtpkg + SUBDIR += tinderbox + SUBDIR += vulnerability-test-port .include <bsd.port.subdir.mk> |