diff options
author | ats <ats@FreeBSD.org> | 1995-02-13 13:13:29 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-13 13:13:29 +0000 |
commit | 26ef38dac074f86d5ef01dbf3af2065f8e76fdfe (patch) | |
tree | e6820ce803070c605e665cff27b6bca94c019d78 /editors/jove/pkg-plist | |
parent | e276adf17bc7b58a6f114d9041fef0edabc6fe64 (diff) | |
download | FreeBSD-ports-26ef38dac074f86d5ef01dbf3af2065f8e76fdfe.zip FreeBSD-ports-26ef38dac074f86d5ef01dbf3af2065f8e76fdfe.tar.gz |
Correct the packing list. It referenced a man page under man/cat1/jove.0.
This does no longer exists. The man page are in man/man1. Also some were
missing in the packing lis ( teachjove.1, xjove.1, jovetool.1 ) that are
installed from the make install.
Diffstat (limited to 'editors/jove/pkg-plist')
-rw-r--r-- | editors/jove/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/jove/pkg-plist b/editors/jove/pkg-plist index 214c088..942b871 100644 --- a/editors/jove/pkg-plist +++ b/editors/jove/pkg-plist @@ -2,4 +2,7 @@ bin/jove bin/teachjove lib/jove -man/cat1/jove.0 +man/man1/jove.1 +man/man1/teachjove.1 +man/man1/xjove.1 +man/man1/jovetool.1 |