diff options
author | romain <romain@FreeBSD.org> | 2010-06-09 21:22:00 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-09 21:22:00 +0800 |
commit | ae9c1deeb9b4dd5ff7e0047ccd55fd9f12a50e09 (patch) | |
tree | b2b0b5d7a58c8f39e4f758725e33439a512ca3e7 /ports-mgmt/Makefile | |
parent | 0ad34fe11966b0745589adc4226f53c92cf246c3 (diff) | |
download | freebsd-ports-graphics-ae9c1deeb9b4dd5ff7e0047ccd55fd9f12a50e09.tar.gz freebsd-ports-graphics-ae9c1deeb9b4dd5ff7e0047ccd55fd9f12a50e09.tar.zst freebsd-ports-graphics-ae9c1deeb9b4dd5ff7e0047ccd55fd9f12a50e09.zip |
The portshaker-config port provides a simple config-based interface to generate
and maintain a portshaker configuration throught the ports system.
It is designed to ease using portshaker for users who want to merge portshaker
powered ports overlays in their FreeBSD ports tree.
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index c32e988761e..91f880ad3f6 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -58,6 +58,7 @@ SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker + SUBDIR += portshaker-config SUBDIR += portsman SUBDIR += portsopt SUBDIR += porttools |