Bug 135994 - Fix lang/mono-basic to obey PREFIX
Summary: Fix lang/mono-basic to obey PREFIX
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 09:50 UTC by freebsd-mono (Nobody)
Modified: 2009-06-24 10:40 UTC (History)
0 users

See Also:


Attachments
mono-basic.diff (313 bytes, patch)
2009-06-24 09:50 UTC, freebsd-mono (Nobody)
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd-mono (Nobody) freebsd_committer freebsd_triage 2009-06-24 09:50:01 UTC
John Hein reported that mono-basic configure script can handle a --prefix=
argument.  The attached patch make the ports tree make use of it.

Reported by: John Hein <jhein@timing.com>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-24 09:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-24 10:35:54 UTC
flz         2009-06-24 09:35:44 UTC

  FreeBSD ports repository

  Modified files:
    lang/mono-basic      Makefile 
  Log:
  It's actually not a GNU configure script, so revert to HAS_CONFIGURE and
  use CONFIGURE_ARGS appropriately.
  
  PR:             ports/135994
  Reported by:    John Hein via Romain Tartiere
  
  Revision  Changes    Path
  1.3       +2 -1      ports/lang/mono-basic/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 Florent Thoumie freebsd_committer freebsd_triage 2009-06-24 10:36:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!