diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-09 14:13:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-09 14:13:47 +0000 |
commit | 611fe3ce763050de2123e18c4041a60b37261980 (patch) | |
tree | b77d2dc9826dc16a3125fba13aef0b7e476087d5 | |
parent | Remove occurrences of %%LUA_LIBDIR%%. (diff) |
Remove a workaround.
Differential Revision: https://reviews.freebsd.org/D29138
Notes
Notes:
svn path=/head/; revision=567934
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 3ba64fab3af8..78993ca94af1 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -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 |