Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2014 21:15:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194130] manpage conflicts - lang/expect - net/whois
Message-ID:  <bug-194130-13-U4JgCGhzDZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194130-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194130-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194130

--- Comment #2 from w.schwarzenfeld@utanet.at ---
sometimes I wonder: where's the problem:

changed in net/whois/files/patch-Makefile to

install-mkpasswd: mkpasswd
        $(INSTALL) -d $(BASEDIR)$(prefix)/bin/
-       $(INSTALL) -d $(BASEDIR)$(prefix)/share/man/man1/
+       $(INSTALL) -d $(BASEDIR)$(prefix)/man/man2/
        $(INSTALL) -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
-       $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
+       $(INSTALL) -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/man/man2/


and in net/whois/pkg-plist the line
to
man/man2/mkpasswd.1.gz


maybe I choosed the wrong man-directory, but and it's solved.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194130-13-U4JgCGhzDZ>