Bug 150687 - [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE
Summary: [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE
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: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-18 02:00 UTC by swell.k
Modified: 2010-09-19 00:30 UTC (History)
0 users

See Also:


Attachments
a.diff (900 bytes, patch)
2010-09-18 02:00 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-09-18 02:00:20 UTC

How-To-Repeat:   $ export PKG_DBDIR=$HOME/pkg PREFIX=$HOME/aaa
  $ make instal deinstall
  $ mtree -f $(make -V MTREE_FILE) -p $PREFIX
  man/fr extra
  man/it extra
  man/pl extra
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-18 02:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-19 00:27:02 UTC
obrien      2010-09-18 23:26:57 UTC

  FreeBSD ports repository

  Modified files:
    editors/vim          Makefile pkg-plist 
  Log:
  Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
  
  PR:             150687
  Submitted by:   swell.k@gmail.com
  
  Revision  Changes    Path
  1.360     +3 -0      ports/editors/vim/Makefile
  1.48      +7 -1      ports/editors/vim/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 David E. O'Brien freebsd_committer freebsd_triage 2010-09-19 00:27:04 UTC
State Changed
From-To: open->closed

Committed pkg-plist patch, and added 'make ckmtree'.  Thanks!