summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-30 20:57:15 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-30 20:57:15 +0000
commit88062dbcab78936e53db2acbb9ccd5af99a82a38 (patch)
treebe96beea8422281b0634a3b2a5d2e8ed6c382b0f /games
parentUnbreak. (diff)
portlint and add WWW
Notes
Notes: svn path=/head/; revision=27153
Diffstat (limited to 'games')
-rw-r--r--games/mangband/Makefile7
-rw-r--r--games/mangband/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile
index 3ba222816535..401b8920e005 100644
--- a/games/mangband/Makefile
+++ b/games/mangband/Makefile
@@ -1,5 +1,4 @@
# New ports collection makefile for: mangband
-# http://www.umr.edu/~keldon/MAngband/
# Version required: 0.5.4
# Date created: 30 Dec 1998
#
@@ -11,20 +10,20 @@ PKGNAME= mangband-0.5.4
CATEGORIES= games
MASTER_SITES= http://www.umr.edu/~keldon/MAngband/
+MAINTAINER= ache@freebsd.org
+
WRKSRC= ${WRKDIR}/mangband/src
ALL_TARGET= install
USE_XLIB= yes
-MAINTAINER= ache@freebsd.org
-
MALIB= ${PREFIX}/lib/mangband
do-install:
${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 555 ${MALIB}
cd ${WRKSRC}/../lib; ${CP} -R -p * ${MALIB}; \
cd ${MALIB}; \
- touch file/wizards.txt; \
+ ${TOUCH} file/wizards.txt; \
${CHMOD} 750 *; ${CHOWN} -R root.games *; \
${CHMOD} 755 user;
cd ${WRKSRC}; \
diff --git a/games/mangband/pkg-descr b/games/mangband/pkg-descr
index 451a39327190..40fa4411db44 100644
--- a/games/mangband/pkg-descr
+++ b/games/mangband/pkg-descr
@@ -1,3 +1,5 @@
MAngband is a multiplayer version of the roguelike game Angband.
If you have no idea what Angband is, I suggest that you visit
Official Angband Page http://www.phial.com/angband/
+
+WWW: http://mangband.org/