diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-04 05:56:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-04 05:56:53 +0800 |
commit | dcb0e8c3f51a87424e47d8d93da17b707fbcecab (patch) | |
tree | b7aaceed31b307267f415f144025f1a352ec840a /games | |
parent | 742c5eb6fd1a1b4583e68bbd441d356d0f9ff9b8 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |