Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2021 17:37:42 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569044 - head/astro/kosmorro
Message-ID:  <202103231737.12NHbgBH077868@repo.freebsd.org>

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



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