aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-07-04 05:56:53 +0800
committerantoine <antoine@FreeBSD.org>2015-07-04 05:56:53 +0800
commitdcb0e8c3f51a87424e47d8d93da17b707fbcecab (patch)
treeb7aaceed31b307267f415f144025f1a352ec840a /games
parent742c5eb6fd1a1b4583e68bbd441d356d0f9ff9b8 (diff)
downloadfreebsd-ports-gnome-dcb0e8c3f51a87424e47d8d93da17b707fbcecab.tar.gz
freebsd-ports-gnome-dcb0e8c3f51a87424e47d8d93da17b707fbcecab.tar.zst
freebsd-ports-gnome-dcb0e8c3f51a87424e47d8d93da17b707fbcecab.zip
- Fix a typo (and unbreak)
- Use PLIST_FILES instead of creative things
Diffstat (limited to 'games')
-rw-r--r--games/lolcat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile
index 2d02c25808d2..7e08656ad97d 100644
--- a/games/lolcat/Makefile
+++ b/games/lolcat/Makefile
@@ -14,11 +14,10 @@ RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \
NO_ARCH= yes
-nUSE_RUBY= yes
+USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-post-install:
- ${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST}
+PLIST_FILES= bin/lolcat
.include <bsd.port.mk>