Bug 118065 - Non-correct install man for security/sshguard-ipfw
Summary: Non-correct install man for security/sshguard-ipfw
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 06:00 UTC by Pavel Motyrev
Modified: 2008-01-04 20:40 UTC (History)
0 users

See Also:


Attachments
sshguard-patch.txt (301 bytes, text/plain; x-unix-mode=0644)
2007-11-18 14:38 UTC, mij@sshguard.net
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Motyrev 2007-11-15 06:00:04 UTC
Man pages install in /usr/local/share/man/man8/ instead /usr/local/man/man8/

How-To-Repeat: # cd /usr/ports/security/sshguard-ipfw && make install clean
<----skipped----->
Making install in man
/usr/local/bin/bash ../mkinstalldirs /usr/local/share/man/man8
 /usr/bin/install -c -m 644 ./sshguard.8 /usr/local/share/man/man8/sshguard.8
<----skipped----->
===>   Compressing manual pages for sshguard-ipfw-1.0_1
/usr/local/man/man8/sshguard.8: No such file or directory
===>   Registering installation for sshguard-ipfw-1.0_1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-15 07:29:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 mij@sshguard.net 2007-11-18 14:38:54 UTC
this patch should fix the problem, which is similar to automake problem
"Disable use of automake if found, this breaks the build"
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-04 20:35:14 UTC
arved       2008-01-04 20:35:08 UTC

  FreeBSD ports repository

  Modified files:
    security/sshguard    Makefile 
  Log:
  Prevent the port from running automake if it is installed
  
  PR:             118065
  Submitted by:   Mij <mij@bitchx.it>
  
  Revision  Changes    Path
  1.7       +1 -0      ports/security/sshguard/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2008-01-04 20:35:16 UTC
State Changed
From-To: feedback->closed

The patch to fix the problem was committed, thanks for reporting.