ports/86643: problem with misc/fortune-mod-bofh
Jonathan
afarsec at 012.net.il
Fri Sep 30 14:00:24 UTC 2005
The following reply was made to PR ports/86643; it has been noted by GNATS.
From: Jonathan <afarsec at 012.net.il>
To: bug-followup at FreeBSD.org
Cc: arundel at h3c.de, mnag at freebsd.org
Subject: Re: ports/86643: problem with misc/fortune-mod-bofh
Date: Fri, 30 Sep 2005 16:47:07 +0300
Here's the patch. It seems the bofh.dat that comes with the package is broken.
Thanks, arundel.
diff -urN fortune-mod-bofh.orig/Makefile fortune-mod-bofh/Makefile
--- fortune-mod-bofh.orig/Makefile Wed Dec 1 21:03:30 2004
+++ fortune-mod-bofh/Makefile Thu Sep 29 12:07:20 2005
@@ -7,6 +7,7 @@
PORTNAME= fortune-mod-bofh
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.void.irq.org/
DISTNAME= bofh-fortune-mod${PORTVERSION}
@@ -25,7 +26,7 @@
@${MKDIR} ${PREFIX}/share/games
@${MKDIR} ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/bofh ${PREFIX}/share/games/fortune
- @${INSTALL_DATA} ${WRKSRC}/bofh.dat ${PREFIX}/share/games/fortune
+ @strfile ${PREFIX}/share/games/fortune/bofh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
More information about the freebsd-ports-bugs
mailing list