diff options
author | perky <perky@FreeBSD.org> | 2005-05-03 23:03:54 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-05-03 23:03:54 +0800 |
commit | ee996b2cf3c3a3a71a279c3f8d808f715533bc58 (patch) | |
tree | e7df3f5f73ac14e2bab22bb635a1601e9e726574 /sysutils/Makefile | |
parent | 710180bc84da84f89b8aeb11f8247ccb9c9b30a7 (diff) | |
download | freebsd-ports-gnome-ee996b2cf3c3a3a71a279c3f8d808f715533bc58.tar.gz freebsd-ports-gnome-ee996b2cf3c3a3a71a279c3f8d808f715533bc58.tar.zst freebsd-ports-gnome-ee996b2cf3c3a3a71a279c3f8d808f715533bc58.zip |
Add a new port for pkg_trackinst 0.2,
a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished
ports. It provides two commands:
* pkg_trackinst:
Tracks installation of unpackaged software and writes pkgdb
entry using the install log. Then, it also creates a binary
package for the installed package.
* pkg_genplist:
Generates `pkg-plist' of a port in current directory automatically
by a test installation.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 60fedc0825c2..4a454ee400ac 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -364,6 +364,7 @@ SUBDIR += pkg_install-devel SUBDIR += pkg_remove SUBDIR += pkg_rmleaves + SUBDIR += pkg_trackinst SUBDIR += pkg_tree SUBDIR += pkill SUBDIR += plconfig |