Bug 15140

Summary: pkg_version.1 manpage is installed in man8 directory
Product: Documentation Reporter: Kazuo Horikawa <k-horik>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kazuo Horikawa 1999-11-28 13:40:03 UTC
	The pkg_version.1 manpage is installed in /usr/share/man/man8.

	I think that the pkg_version.1 manpage should be installed in
	/usr/share/man/man1, because other pkg_* manpages are
	installed in /usr/share/man/man1.

Fix: 

In src/usr.sbin/pkg_install/version/Makefile
	MAN8=           pkg_version.1
should be 
	MAN1=           pkg_version.1
How-To-Repeat: 
	$ ls /usr/share/man/man1/pkg*
	$ ls /usr/share/man/man8/pkg*
Comment 1 bill fumerola freebsd_committer freebsd_triage 1999-11-28 18:35:48 UTC
State Changed
From-To: open->closed

Committed and merged, apologies for this goof-up on my part.