diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:13:29 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 13:13:29 +0000 |
commit | cc979dd1263aca13c85d65b93fd786af40e4b0e0 (patch) | |
tree | cd7f53329f042d809dbcbb76fe8402302ccf1918 /editors/jove | |
parent | 54f26ce72249f0673ee719d309228589c6a7a576 (diff) | |
download | ports-cc979dd1263aca13c85d65b93fd786af40e4b0e0.tar.gz ports-cc979dd1263aca13c85d65b93fd786af40e4b0e0.zip |
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.
Notes
Notes:
svn path=/head/; revision=965
Diffstat (limited to 'editors/jove')
-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 214c08847518..942b871ec2bd 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 |