svn commit: r476734 - head/devel/py-cbor2

Dan Langille dvl at FreeBSD.org
Thu Aug 9 10:42:43 UTC 2018


Author: dvl
Date: Thu Aug  9 10:42:42 2018
New Revision: 476734
URL: https://svnweb.freebsd.org/changeset/ports/476734

Log:
  Remove commented out code which was never used.
  
  Reported by:	koobs

Modified:
  head/devel/py-cbor2/Makefile

Modified: head/devel/py-cbor2/Makefile
==============================================================================
--- head/devel/py-cbor2/Makefile	Thu Aug  9 10:23:47 2018	(r476733)
+++ head/devel/py-cbor2/Makefile	Thu Aug  9 10:42:42 2018	(r476734)
@@ -17,7 +17,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 
-#post-install:
-#	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cbor/_cbor.so
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list