diff options
author | arved <arved@FreeBSD.org> | 2012-10-16 16:49:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2012-10-16 16:49:12 +0800 |
commit | fceb2fc875473d5fb80503ec8b2fc7216541314c (patch) | |
tree | 2918488d1bc4fc128665a48b52fdf7e0e6a5b94c | |
parent | 0a97895ab311dcaf239257f87c42512018a2c54c (diff) | |
download | freebsd-ports-gnome-fceb2fc875473d5fb80503ec8b2fc7216541314c.tar.gz freebsd-ports-gnome-fceb2fc875473d5fb80503ec8b2fc7216541314c.tar.zst freebsd-ports-gnome-fceb2fc875473d5fb80503ec8b2fc7216541314c.zip |
Fix pkg-plist
Reported by: QAT
Feature safe: yes
-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> |