aboutsummaryrefslogtreecommitdiff
path: root/games/lolcat
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2012-10-16 08:49:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2012-10-16 08:49:12 +0000
commite710580f73dacf7db27ae7e07ebe5bdb5b535f5b (patch)
tree2918488d1bc4fc128665a48b52fdf7e0e6a5b94c /games/lolcat
parent69051cd772661519801272cdb8fafb34fdb909ba (diff)
downloadports-e710580f73dacf7db27ae7e07ebe5bdb5b535f5b.tar.gz
ports-e710580f73dacf7db27ae7e07ebe5bdb5b535f5b.zip
Fix pkg-plist
Reported by: QAT Feature safe: yes
Notes
Notes: svn path=/head/; revision=305955
Diffstat (limited to 'games/lolcat')
-rw-r--r--games/lolcat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile
index f69f9fb11838..2c6d31abb9f0 100644
--- a/games/lolcat/Makefile
+++ b/games/lolcat/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= lolcat
+PORTREVISION= 1
PORTVERSION= 42.0.99
CATEGORIES= games
MASTER_SITES= RG
@@ -15,4 +16,7 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+post-install:
+ ${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST}
+
.include <bsd.port.mk>