diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-24 23:01:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-24 23:01:12 +0800 |
commit | 850cc8945ce76f309f5d0b78a45915f861b817f6 (patch) | |
tree | b556939382847713d893470d129014b797732d92 /ports-mgmt/Makefile | |
parent | 39adf01dd2a47fa13b03a4e2ee01896dc4ce2ee5 (diff) | |
download | freebsd-ports-gnome-850cc8945ce76f309f5d0b78a45915f861b817f6.tar.gz freebsd-ports-gnome-850cc8945ce76f309f5d0b78a45915f861b817f6.tar.zst freebsd-ports-gnome-850cc8945ce76f309f5d0b78a45915f861b817f6.zip |
lsknobs is a simple sh(1) script designed to help configure
ports knobs and options by listing them together with their
status (either enabled or not). It uses portconf for knobs.
PR: ports/116127
Submitted by: Gabriel Linder <linder.gabriel at gmail.com>
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 cec6f7914839..a0ca68e8a364 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -10,6 +10,7 @@ SUBDIR += instant-tinderbox SUBDIR += jailaudit SUBDIR += kports + SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += newportsversioncheck SUBDIR += p5-FreeBSD-Portindex |