[Bug 194130] manpage conflicts - lang/expect - net/whois
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 7 21:15:14 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194130
--- Comment #2 from w.schwarzenfeld at 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.
More information about the freebsd-ports-bugs
mailing list