diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-09 07:02:00 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-09 07:02:00 +0000 |
commit | 239b0d74373c030da43926abdff995b7c4cd07be (patch) | |
tree | dffe0daf5632cef6c69b621aa1fa82f6668dd561 /misc/fortune-mod-futurama | |
parent | 1b3fa64f1b4578c1542150b926a2d22eeb052db4 (diff) | |
download | ports-239b0d74373c030da43926abdff995b7c4cd07be.tar.gz ports-239b0d74373c030da43926abdff995b7c4cd07be.zip |
Notes
Diffstat (limited to 'misc/fortune-mod-futurama')
-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 |