svn commit: r530884 - head/graphics/tiled
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Apr 6 14:48:13 UTC 2020
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
More information about the svn-ports-all
mailing list