svn commit: r405144 - head/graphics/py-exif

Martin Wilke miwi at FreeBSD.org
Sun Jan 3 13:47:03 UTC 2016


Author: miwi
Date: Sun Jan  3 13:47:01 2016
New Revision: 405144
URL: https://svnweb.freebsd.org/changeset/ports/405144

Log:
  - Convert to options helper

Modified:
  head/graphics/py-exif/Makefile

Modified: head/graphics/py-exif/Makefile
==============================================================================
--- head/graphics/py-exif/Makefile	Sun Jan  3 13:43:04 2016	(r405143)
+++ head/graphics/py-exif/Makefile	Sun Jan  3 13:47:01 2016	(r405144)
@@ -42,6 +42,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	cd ${WRKSRC}/share/exiftool && ${INSTALL_DATA} *.html *.txt \
 		${STAGEDIR}${DATADIR}
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list