svn commit: r569044 - head/astro/kosmorro

Thierry Thomas thierry at FreeBSD.org
Tue Mar 23 17:37:42 UTC 2021


Author: thierry
Date: Tue Mar 23 17:37:42 2021
New Revision: 569044
URL: https://svnweb.freebsd.org/changeset/ports/569044

Log:
  Really fix on FreeBSD-11.

Modified:
  head/astro/kosmorro/Makefile

Modified: head/astro/kosmorro/Makefile
==============================================================================
--- head/astro/kosmorro/Makefile	Tue Mar 23 17:24:14 2021	(r569043)
+++ head/astro/kosmorro/Makefile	Tue Mar 23 17:37:42 2021	(r569044)
@@ -52,6 +52,7 @@ pre-configure:
 	${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile
 .if ${OSVERSION} < 1200000
 	${REINPLACE_CMD} -e 's|i18n manpages|manpages|' ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e '/manpage\/kosmorro/d' ${WRKSRC}/setup.py
 .else
 
 post-build:


More information about the svn-ports-head mailing list