diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-10-16 08:49:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-10-16 08:49:12 +0000 |
commit | e710580f73dacf7db27ae7e07ebe5bdb5b535f5b (patch) | |
tree | 2918488d1bc4fc128665a48b52fdf7e0e6a5b94c /games/lolcat | |
parent | 69051cd772661519801272cdb8fafb34fdb909ba (diff) |
Notes
Diffstat (limited to 'games/lolcat')
-rw-r--r-- | games/lolcat/Makefile | 4 |
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> |