Bug 109590 - benchmarks/dbench - fix broken mandir
Summary: benchmarks/dbench - fix broken mandir
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: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 07:50 UTC by Martin Tournoij
Modified: 2007-03-08 14:40 UTC (History)
1 user (show)

See Also:


Attachments
patch-dbench (1.36 KB, text/plain)
2007-02-27 07:50 UTC, Martin Tournoij
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Tournoij 2007-02-27 07:50:05 UTC
benchmarks/dbench installs manpages in ${PREFIX}/man instead of ${PREFIX}/man/man1.
Patch is attatched.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-27 07:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-08 14:39:55 UTC
jmelo       2007-03-08 14:39:47 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/dbench    Makefile pkg-plist 
    benchmarks/dbench/files patch-configure 
  Log:
  - Fix to install manpage in right place.
  - Bump portrevision.
  
  PR:             ports/109590
  Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
  Reviewed by:    jmelo
  
  Revision  Changes    Path
  1.17      +4 -1      ports/benchmarks/dbench/Makefile
  1.2       +11 -2     ports/benchmarks/dbench/files/patch-configure
  1.5       +0 -3      ports/benchmarks/dbench/pkg-plist
_______________________________________________
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 3 Jean Milanez Melo freebsd_committer freebsd_triage 2007-03-08 14:39:58 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!