summaryrefslogtreecommitdiff
path: root/games/44bsd-hunt/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-09 02:58:18 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-09 02:58:18 +0000
commit9a98eb5820a0f6733ea8959dce86d6dd2fafed3e (patch)
tree0fb0f565275729e34bf84a89665d5664871cd676 /games/44bsd-hunt/Makefile
parentupgrade to 4.0.0 (diff)
Use tarball to get source instead of each source code file.
PR: 28826 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44945
Diffstat (limited to 'games/44bsd-hunt/Makefile')
-rw-r--r--games/44bsd-hunt/Makefile19
1 files changed, 3 insertions, 16 deletions
diff --git a/games/44bsd-hunt/Makefile b/games/44bsd-hunt/Makefile
index 2c713264f59a..1bad3c039182 100644
--- a/games/44bsd-hunt/Makefile
+++ b/games/44bsd-hunt/Makefile
@@ -3,27 +3,14 @@
# Whom: bdluevel@heitec.net
#
# $FreeBSD$
-#
-# the files are not packed at the master site,
-# so they must be retrieved one by one
PORTNAME= hunt
PORTVERSION= 1.0
CATEGORIES= games
-MASTER_SITES= ftp://ftp.pvv.ntnu.no/.disk4a/4.4BSD-Lite2/untarred/usr/src/contrib/hunt/
-DISTFILES= Makefile README answer.c bsd.h connect.c ctl.c ctl_transact.c \
- draw.c driver.c execute.c expl.c extern.c faketalk.c get_names.c \
- hunt.6 hunt.c hunt.h huntd.6 makemaze.c otto.c pathname.c playit.c \
- shots.c talk_ctl.h terminal.c
-
-MAINTAINER= bdluevel@heitec.net
-
-DIST_SUBDIR= ${PORTNAME}
+MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/
-MAN6= hunt.6 huntd.6
+MAINTAINER= bdluevel@heitec.net
-do-extract:
- ${MKDIR} ${WRKSRC}
- ${CP} -p ${DISTDIR}/${DIST_SUBDIR}/* ${WRKSRC}
+MAN6= hunt.6 huntd.6
.include <bsd.port.mk>