svn commit: r335884 - head/deskutils/recoll

Marcus von Appen mva at FreeBSD.org
Sun Dec 8 13:13:51 UTC 2013


Author: mva
Date: Sun Dec  8 13:13:51 2013
New Revision: 335884
URL: http://svnweb.freebsd.org/changeset/ports/335884

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Approved by:	portmgr (blanket)

Modified:
  head/deskutils/recoll/Makefile

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Sun Dec  8 13:10:57 2013	(r335883)
+++ head/deskutils/recoll/Makefile	Sun Dec  8 13:13:51 2013	(r335884)
@@ -68,6 +68,9 @@ post-patch:
 		-e 's|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/mk/${OPSYS}
 	@${REINPLACE_CMD} -e 's|@NOCMDLINE@||g' \
 		${WRKSRC}/recollinstall.in
+	@${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \
+		${WRKSRC}/python/recoll/Makefile \
+		${WRKSRC}/recollinstall.in
 
 post-configure:
 .if ${PORT_OPTIONS:MQT4}


More information about the svn-ports-head mailing list