Bug 181773 - [PATCH] devel/p5-DateTime-Locale: FIX NOPORTDOCS to OptionsNG.
Summary: [PATCH] devel/p5-DateTime-Locale: FIX NOPORTDOCS to OptionsNG.
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 07:30 UTC by takefu
Modified: 2013-09-19 02:37 UTC (History)
1 user (show)

See Also:


Attachments
p5-DateTime-Locale-0.45.patch (581 bytes, patch)
2013-09-03 07:30 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-09-03 07:30:00 UTC
  Adjust NOPORTDOCS to OptionsNG.

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

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-03 07:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-09-03 07:38:45 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-05 17:34:58 UTC
Author: culot
Date: Thu Sep  5 16:34:46 2013
New Revision: 326413
URL: http://svnweb.freebsd.org/changeset/ports/326413

Log:
  - Convert to OptionsNG
  
  PR:		ports/181773
  Submitted by:	Takefu <takefu@airport.fm>

Modified:
  head/devel/p5-DateTime-Locale/Makefile

Modified: head/devel/p5-DateTime-Locale/Makefile
==============================================================================
--- head/devel/p5-DateTime-Locale/Makefile	Thu Sep  5 16:33:40 2013	(r326412)
+++ head/devel/p5-DateTime-Locale/Makefile	Thu Sep  5 16:34:46 2013	(r326413)
@@ -490,10 +490,14 @@ MAN3=	\
 	DateTime::Locale::zu_ZA.3 \
 	DateTime::LocaleCatalog.3
 
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	Changes
+.endif
 
 post-install:
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-09-05 17:35:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!