summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/port2pkg/pkg/DESCR12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgtools/port2pkg/pkg/DESCR b/pkgtools/port2pkg/pkg/DESCR
index e31881a1da1..565a697ab3a 100644
--- a/pkgtools/port2pkg/pkg/DESCR
+++ b/pkgtools/port2pkg/pkg/DESCR
@@ -1,7 +1,11 @@
-Converter FreeBSD port to NetBSD pkgsrc.
+A converter from a FreeBSD port to a NetBSD package.
-port2pkg tries convet FreeBSD ports to NetBSD pkgsrc. port2pkg copies
-files from portsdir to pkgsrcdir (if noexists, mkdir pkgsrcdir), and
-tries adapting Makefile, patches and some files to NetBSD in pkgsrcdir.
+port2pkg tries to convert FreeBSD ports to NetBSD packages. port2pkg
+copies files from portsdir to pkgsrcdir (if it does not exist, the
+pkgsrcdir is created), and tries to adapt the Makefile, patches and
+some files to NetBSD format in pkgsrcdir.
port2pkg /mnt/ports/<category>/foo /usr/pkgsrc/<category>/foo
+
+Before committing a package which has been transformed using this
+utility, please check the results manually.