svn commit: r381226 - head/graphics/p5-Image-IPTCInfo

Adam Weinberger adamw at FreeBSD.org
Fri Mar 13 17:37:21 UTC 2015


Author: adamw
Date: Fri Mar 13 17:37:20 2015
New Revision: 381226
URL: https://svnweb.freebsd.org/changeset/ports/381226
QAT: https://qat.redports.org/buildarchive/r381226/

Log:
  Control examples with EXAMPLES, not DOCS.

Modified:
  head/graphics/p5-Image-IPTCInfo/Makefile
  head/graphics/p5-Image-IPTCInfo/pkg-plist

Modified: head/graphics/p5-Image-IPTCInfo/Makefile
==============================================================================
--- head/graphics/p5-Image-IPTCInfo/Makefile	Fri Mar 13 17:36:33 2015	(r381225)
+++ head/graphics/p5-Image-IPTCInfo/Makefile	Fri Mar 13 17:37:20 2015	(r381226)
@@ -15,7 +15,7 @@ USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	demo.pl
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	EXAMPLES
 
 post-patch:
 	@${RM} -f ${WRKSRC}/._*

Modified: head/graphics/p5-Image-IPTCInfo/pkg-plist
==============================================================================
--- head/graphics/p5-Image-IPTCInfo/pkg-plist	Fri Mar 13 17:36:33 2015	(r381225)
+++ head/graphics/p5-Image-IPTCInfo/pkg-plist	Fri Mar 13 17:37:20 2015	(r381226)
@@ -1,5 +1,5 @@
-%%PERL5_MAN3%%/Image::IPTCInfo.3.gz
 %%SITE_PERL%%/Image/IPTCInfo.pm
 %%SITE_PERL%%/Image/demo.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/burger_van.jpg
-%%PORTDOCS%%%%EXAMPLESDIR%%/dog.jpg
+%%PERL5_MAN3%%/Image::IPTCInfo.3.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/burger_van.jpg
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dog.jpg


More information about the svn-ports-head mailing list