diff options
author | vs <vs@FreeBSD.org> | 2004-08-09 15:02:00 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-09 15:02:00 +0800 |
commit | dc8290e79167803472cc7ced75fa1302ec4c5af3 (patch) | |
tree | 6477da2515eec9aeba854253f26ca28343d65c5e /misc | |
parent | de1fdde638a1c34071022da9a2573e280326799d (diff) | |
download | freebsd-ports-gnome-dc8290e79167803472cc7ced75fa1302ec4c5af3.tar.gz freebsd-ports-gnome-dc8290e79167803472cc7ced75fa1302ec4c5af3.tar.zst freebsd-ports-gnome-dc8290e79167803472cc7ced75fa1302ec4c5af3.zip |
Regenerate dat-file: One quote would turn up more frequently than others.
Noticed by: Martin Kulas
Diffstat (limited to 'misc')
-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 |