Bug 109376

Summary: [PATCH] devel/tkp4: use DOCSDIR, DATADIR
Product: Ports & Packages Reporter: Rong-En Fan <rafan>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd-2024
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tkp4-1.12.patch none

Description Rong-En Fan freebsd_committer freebsd_triage 2007-02-21 04:50:00 UTC
- Use bsd.port.mk's DOCSDIR and DATADIR, so we don't need to do it our own.
  Therefore, we don't need to write after post.mk
- Traditionally, we put custom make target below bsd.port.pre.mk

Port maintainer (mi@aldan.algebra.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-21 04:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-21 04:50:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-03 21:33:47 UTC
mi          2007-03-03 21:33:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/tkp4           Makefile pkg-plist 
  Log:
  Switch to USE_TK=yes and put in place other simplifications suggested
  by the PR. Nice and neat now -- no need even for dual parsing of
  bsd.port.mk any more.
  
  PR:     ports/109376
  Submitted by:   rafan
  
  Revision  Changes    Path
  1.8       +5 -11     ports/devel/tkp4/Makefile
  1.4       +9 -9      ports/devel/tkp4/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 4 Mikhail Teterin freebsd_committer freebsd_triage 2007-03-03 21:33:53 UTC
State Changed
From-To: feedback->closed

Committed (with minor changes), thanks!