svn commit: r488352 - head/multimedia/totem

Mark Linimon linimon at FreeBSD.org
Tue Dec 25 23:21:02 UTC 2018


Author: linimon
Date: Tue Dec 25 23:21:01 2018
New Revision: 488352
URL: https://svnweb.freebsd.org/changeset/ports/488352

Log:
  Do not create an empty target if it is not required.
  
  Reported by:	mat
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/totem/Makefile

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Tue Dec 25 22:04:20 2018	(r488351)
+++ head/multimedia/totem/Makefile	Tue Dec 25 23:21:01 2018	(r488352)
@@ -78,8 +78,8 @@ pre-everything::
 	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
 	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
 
-post-patch:
 .if exists(/usr/lib/libstdc++.so)
+post-patch:
 	${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \
 		${WRKSRC}/src/plugins/meson.build
 .endif


More information about the svn-ports-all mailing list