Bug 155039 - [PATCH] textproc/py-pygments: make manual page installation not be affected by NOPORTDOCS
Summary: [PATCH] textproc/py-pygments: make manual page installation not be affected b...
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 19:40 UTC by Li-Wen Hsu
Modified: 2011-03-04 17:20 UTC (History)
1 user (show)

See Also:


Attachments
py27-pygments-1.4_1.patch (994 bytes, patch)
2011-02-25 19:40 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2011-02-25 19:40:07 UTC
- Make manual page installation not be affected by ${NOPORTDOCS}
- Install manual page with ${INSTALL_MAN}

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-25 19:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-04 17:11:45 UTC
nivit       2011-03-04 17:11:31 UTC

  FreeBSD ports repository

  Modified files:
    textproc/py-pygments Makefile 
  Log:
  - Install the manpage regardless of NOPORTDOCS
  - Remove MANCOMPRESSED
  - Use ${INSTALL_MAN} instead of ${INSTALL_DATA}
    to install the manpage
  
  PR:             ports/155039
  Submitted by:   lwhsu
  
  Revision  Changes    Path
  1.15      +3 -3      ports/textproc/py-pygments/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 Nicola Vitale freebsd_committer freebsd_triage 2011-03-04 17:11:52 UTC
State Changed
From-To: open->closed

Committed, thanks!