svn commit: r514717 - in head: deskutils/foliate net-im/coyim

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 13:07:38 UTC 2019


Author: tobik
Date: Fri Oct 18 13:07:37 2019
New Revision: 514717
URL: https://svnweb.freebsd.org/changeset/ports/514717

Log:
  Drop nop INSTALLATION_DIRS pkgsrcism

Modified:
  head/deskutils/foliate/Makefile
  head/net-im/coyim/Makefile

Modified: head/deskutils/foliate/Makefile
==============================================================================
--- head/deskutils/foliate/Makefile	Fri Oct 18 11:55:45 2019	(r514716)
+++ head/deskutils/foliate/Makefile	Fri Oct 18 13:07:37 2019	(r514717)
@@ -33,8 +33,6 @@ GH_ACCOUNT=	johnfactotum
 
 GLIB_SCHEMAS=	com.github.johnfactotum.Foliate.gschema.xml
 
-INSTALLATION_DIRS+=	libexec/foliate
-
 post-patch:
 	@${REINPLACE_CMD} -e 's/@PYTHON_VERSION@/${PYTHON_VERSION}/g' \
 		${WRKSRC}/src/main.js

Modified: head/net-im/coyim/Makefile
==============================================================================
--- head/net-im/coyim/Makefile	Fri Oct 18 11:55:45 2019	(r514716)
+++ head/net-im/coyim/Makefile	Fri Oct 18 13:07:37 2019	(r514717)
@@ -44,8 +44,6 @@ COYIM_ICON=	coyim.png
 COYIM_ICON_SRC=	${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32 at 2x.png
 COYIM_DESKTOP=	${WRKSRC}/build/coyim.desktop
 
-INSTALLATION_DIRS+=	share/applications share/pixmaps
-
 pre-build:
 	cd ${WRKSRC} && ${SH} ./gen_version_file.sh ${DISTVERSIONPREFIX}${DISTVERSION}
 


More information about the svn-ports-head mailing list