svn commit: r305955 - head/games/lolcat

Tilman Keskinoz arved at FreeBSD.org
Tue Oct 16 08:49:13 UTC 2012


Author: arved
Date: Tue Oct 16 08:49:12 2012
New Revision: 305955
URL: http://svn.freebsd.org/changeset/ports/305955

Log:
  Fix pkg-plist
  
  Reported by:    QAT
  Feature safe:   yes

Modified:
  head/games/lolcat/Makefile

Modified: head/games/lolcat/Makefile
==============================================================================
--- head/games/lolcat/Makefile	Tue Oct 16 08:42:09 2012	(r305954)
+++ head/games/lolcat/Makefile	Tue Oct 16 08:49:12 2012	(r305955)
@@ -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>


More information about the svn-ports-all mailing list