Bug 115307 - net-im/jabberd: s/TARGETDIR/PREFIX in Makefile
Summary: net-im/jabberd: s/TARGETDIR/PREFIX 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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 14:20 UTC by Michael Nottebrock
Modified: 2007-08-16 15:02 UTC (History)
0 users

See Also:


Attachments
jabberd.diff (809 bytes, patch)
2007-08-08 14:20 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock 2007-08-08 14:20:01 UTC
	The jabberd Makefile uses an undefined variable TARGETDIR. As a result
	JABBER_ETCDIR ends up being /etc/jabberd (probably not intended) and
	USE_LDCONFIG ends up being /lib/jabberd (wrong unless PREFIX is /).
	
	The attached patch changes TARGETDIR to PREFIX.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-08-08 14:49:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-16 14:53:06 UTC
mm          2007-08-16 13:53:01 UTC

  FreeBSD ports repository

  Modified files:
    net-im/jabberd       Makefile distinfo 
  Log:
  - Update to 2.1.14
  - Fix TARGETDIR/PREFIX [1]
  
  PR:             ports/115307 [1]
  Submitted by:   Michael Nottebrock [1]
  
  Revision  Changes    Path
  1.45      +3 -3      ports/net-im/jabberd/Makefile
  1.18      +3 -3      ports/net-im/jabberd/distinfo
_______________________________________________
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 Martin Matuska freebsd_committer freebsd_triage 2007-08-16 15:01:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!