Bug 120164 - security/cksfv: a typo in Makefile
Summary: security/cksfv: a typo in Makefile
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 18:50 UTC by Yar Tikhiy
Modified: 2008-01-30 19:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yar Tikhiy 2008-01-30 18:50:01 UTC
	In the Makefile of the security/cksfv port, the --mandir
	argument to configure is misspelled as `--manir' (letter
	`n' missing).

Fix: 

Should be obvious.
How-To-Repeat: 
	===>  Configuring for cksfv-1.3.12
	unknown configure argument: --manir=/usr/local/man (ignoring)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

	  prefix directory:          /usr/local
	  package prefix:            
	  binary directory:          /usr/local/bin
	  man directory:             /usr/local/share/man
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	  compiler:                  gcc
	  has stdint.h:              yes
	  has inttypes.h:            no
	zenity: not found
	  nautilus support:          no

	configure succesful.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-30 18:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-30 19:38:58 UTC
ehaupt      2008-01-30 19:38:52 UTC

  FreeBSD ports repository

  Modified files:
    security/cksfv       Makefile 
  Log:
  Fix a typo.
  
  PR:             120164
  Submitted by:   Yar Tikhiy <yar@comp.chem.msu.su>
  
  Revision  Changes    Path
  1.20      +1 -1      ports/security/cksfv/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 3 Emanuel Haupt freebsd_committer freebsd_triage 2008-01-30 19:39:34 UTC
State Changed
From-To: open->closed

Committed, thanks!