diff options
-rw-r--r-- | misc/fortune-mod-futurama/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile index f8bb293ab873..836273b10083 100644 --- a/misc/fortune-mod-futurama/Makefile +++ b/misc/fortune-mod-futurama/Makefile @@ -7,20 +7,21 @@ PORTNAME= fortune-mod-futurama PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.netmeister.org/apps/ MAINTAINER= vs@FreeBSD.org COMMENT= Compilation of quotes from the TV series "Futurama" -NO_BUILD= yes - USE_BZIP2= yes PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat PLIST_DIRS= share/games/fortune share/games +do-build: + @cd ${WRKSRC} && strfile futurama + do-install: @${MKDIR} ${PREFIX}/share/games @${MKDIR} ${PREFIX}/share/games/fortune |