Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 14:48:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530884 - head/graphics/tiled
Message-ID:  <202004061448.036EmCcc093553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr  6 14:48:12 2020
New Revision: 530884
URL: https://svnweb.freebsd.org/changeset/ports/530884

Log:
  - Switch to share/man

Modified:
  head/graphics/tiled/Makefile
  head/graphics/tiled/pkg-plist

Modified: head/graphics/tiled/Makefile
==============================================================================
--- head/graphics/tiled/Makefile	Mon Apr  6 13:34:31 2020	(r530883)
+++ head/graphics/tiled/Makefile	Mon Apr  6 14:48:12 2020	(r530884)
@@ -32,9 +32,6 @@ PYTHON_DESC=	Enable python plugin
 PYTHON_USES=	pkgconfig python:3.6+
 PYTHON_QMAKE_OFF=	DISABLE_PYTHON_PLUGIN=yes
 
-post-patch:
-	@${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \;
-
 post-patch-PYTHON-on:
 	@${REINPLACE_CMD} -e 's|python3|python-${PYTHON_VER}|' \
 		${WRKSRC}/src/plugins/python/find_python.pri

Modified: head/graphics/tiled/pkg-plist
==============================================================================
--- head/graphics/tiled/pkg-plist	Mon Apr  6 13:34:31 2020	(r530883)
+++ head/graphics/tiled/pkg-plist	Mon Apr  6 14:48:12 2020	(r530884)
@@ -19,12 +19,12 @@ lib/tiled/plugins/liblua.so
 lib/tiled/plugins/libreplicaisland.so
 lib/tiled/plugins/libtbin.so
 lib/tiled/plugins/libtengine.so
-man/man1/tiled.1.gz
-man/man1/tmxrasterizer.1.gz
-man/man1/tmxviewer.1.gz
 share/applications/org.mapeditor.Tiled.desktop
 share/icons/hicolor/scalable/apps/tiled.svg
 share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
+share/man/man1/tiled.1.gz
+share/man/man1/tmxrasterizer.1.gz
+share/man/man1/tmxviewer.1.gz
 share/metainfo/org.mapeditor.Tiled.appdata.xml
 share/mime/packages/org.mapeditor.Tiled.xml
 share/thumbnailers/tiled.thumbnailer



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