Bug 130191 - [PATCH] mail/sqwebmail uses the wrong path for /var
Summary: [PATCH] mail/sqwebmail uses the wrong path for /var
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 15:10 UTC by Nick Hibma
Modified: 2009-02-07 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (549 bytes, patch)
2009-01-05 15:10 UTC, Nick Hibma
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hibma 2009-01-05 15:10:03 UTC
/usr/local/var is not an existing subtree in the BSD file structure. /var should be used instead.

Fix: % diff -wu Makefile.orig Makefile
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-05 15:51:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-07 19:12:12 UTC
oliver      2009-02-07 19:11:57 UTC

  FreeBSD ports repository

  Modified files:
    mail/sqwebmail       Makefile distinfo pkg-plist 
  Log:
  - update to 5.3.1
  - use /var instead of /usr/local/var [1]
  
  PR:             ports/130191 [1]
  Submitted By:   Nick Hibma <nick@anywi.com>
  
  Revision  Changes    Path
  1.83      +4 -4      ports/mail/sqwebmail/Makefile
  1.38      +3 -3      ports/mail/sqwebmail/distinfo
  1.24      +8 -8      ports/mail/sqwebmail/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 Oliver Lehmann freebsd_committer freebsd_triage 2009-02-07 19:12:15 UTC
State Changed
From-To: open->closed

Comitted, Thanks