diff options
author | ats <ats@FreeBSD.org> | 1995-01-30 05:53:11 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-30 05:53:11 +0800 |
commit | 43e688c9cc2c399262b9217c11545cc24a785127 (patch) | |
tree | 40c0781d7d37f55991ea5005b109d37ce6308fbd /misc | |
parent | 2a12856a779ba068060333ad114a62cc27595c30 (diff) | |
download | freebsd-ports-gnome-43e688c9cc2c399262b9217c11545cc24a785127.tar.gz freebsd-ports-gnome-43e688c9cc2c399262b9217c11545cc24a785127.tar.zst freebsd-ports-gnome-43e688c9cc2c399262b9217c11545cc24a785127.zip |
Add the COMMENT, DESCR and PLIST files in the pkg directory so that less
can now also be build as a package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/less/pkg-comment | 1 | ||||
-rw-r--r-- | misc/less/pkg-descr | 1 | ||||
-rw-r--r-- | misc/less/pkg-plist | 6 |
3 files changed, 8 insertions, 0 deletions
diff --git a/misc/less/pkg-comment b/misc/less/pkg-comment new file mode 100644 index 000000000000..85fe71dd032d --- /dev/null +++ b/misc/less/pkg-comment @@ -0,0 +1 @@ +less 252 - a better more utility diff --git a/misc/less/pkg-descr b/misc/less/pkg-descr new file mode 100644 index 000000000000..fefa0cbe4c94 --- /dev/null +++ b/misc/less/pkg-descr @@ -0,0 +1 @@ +This is the distribution of "less", a paginator similar to "more" or "pg". diff --git a/misc/less/pkg-plist b/misc/less/pkg-plist new file mode 100644 index 000000000000..d833797349cb --- /dev/null +++ b/misc/less/pkg-plist @@ -0,0 +1,6 @@ +@cwd /usr/local +bin/less +bin/lesskey +lib/less.hlp +man/man1/less.1 +man/man1/lesskey.1 |