svn commit: r567934 - head/games/freeciv

Mathieu Arnold mat at FreeBSD.org
Tue Mar 9 14:13:48 UTC 2021


Author: mat
Date: Tue Mar  9 14:13:47 2021
New Revision: 567934
URL: https://svnweb.freebsd.org/changeset/ports/567934

Log:
  Remove a workaround.
  
  Differential Revision:	https://reviews.freebsd.org/D29138

Modified:
  head/games/freeciv/Makefile   (contents, props changed)

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Tue Mar  9 14:13:41 2021	(r567933)
+++ head/games/freeciv/Makefile	Tue Mar  9 14:13:47 2021	(r567934)
@@ -98,9 +98,6 @@ CONFLICTS=	freeciv-nox11
 PLIST_SUB+=	CLIENT=""
 .endif
 
-# Avoid annoying and too general LUA_LIBDIR=lib sub from USES=lua
-PLIST_SUB:=	${PLIST_SUB:NLUA_LIBDIR=*}
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreeciv*.so
 


More information about the svn-ports-head mailing list