diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-12 18:26:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-12 18:26:44 +0800 |
commit | 46bf8c182221b339e1876a809742df167f4355bd (patch) | |
tree | 75ea05a58a94d26058ee996024ffeca5d314de33 /games/xbill/Makefile | |
parent | a3badd05dc5227af09a2643427c750bc909c42f9 (diff) | |
download | freebsd-ports-gnome-46bf8c182221b339e1876a809742df167f4355bd.tar.gz freebsd-ports-gnome-46bf8c182221b339e1876a809742df167f4355bd.tar.zst freebsd-ports-gnome-46bf8c182221b339e1876a809742df167f4355bd.zip |
Upgrade to 2.0. More OS's, and now machiens are networked.
In playing this game, I found that our friend Chuck didn't come up as often
as before. There are more OS's now, and Linux was represented by both
the Pinguin and Red Hat. So I replaced "Red Hat" with a second "BSD".
The game often produces an error screen when bill wins. But scores
are saved ok, and it plays fine.
Upgraded with permission of the Maintainer.
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 32166ed7e059..3219109a25ba 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,10 +3,10 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/10/06 07:53:05 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $ # -DISTNAME= xbill-1.1 +DISTNAME= xbill-2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,10 +17,8 @@ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xbill -NO_INSTALL_MANPAGES= yes post-install: - cp ${WRKSRC}/README ${PREFIX}/lib/xbill + ${CP} ${WRKSRC}/README ${PREFIX}/share/xbill .include <bsd.port.mk> |