Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 11:13:55 +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: r405420 - head/security/py-twofish
Message-ID:  <201601071113.u07BDtAK060899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Jan  7 11:13:55 2016
New Revision: 405420
URL: https://svnweb.freebsd.org/changeset/ports/405420

Log:
  - Convert to options helper

Modified:
  head/security/py-twofish/Makefile

Modified: head/security/py-twofish/Makefile
==============================================================================
--- head/security/py-twofish/Makefile	Thu Jan  7 11:13:35 2016	(r405419)
+++ head/security/py-twofish/Makefile	Thu Jan  7 11:13:55 2016	(r405420)
@@ -24,6 +24,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/_twofish.so ${STAGEDIR}${PYTHON_SITELIBDIR}
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_twofish.so
 	${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${PYTHON_SITELIBDIR}
+
+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?201601071113.u07BDtAK060899>