Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 13:47:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405144 - head/graphics/py-exif
Message-ID:  <201601031347.u03Dl1P4010000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031347.u03Dl1P4010000>