summaryrefslogtreecommitdiff
path: root/games/xgammon
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
commita147e1cee7ff1b0488d744127b31cf90690a89e5 (patch)
tree25f54f49667608f56d2f6bb6c606ccb10bab190c /games/xgammon
parentMake this use perl5 (diff)
Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since
NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place.
Notes
Notes: svn path=/head/; revision=15298
Diffstat (limited to 'games/xgammon')
-rw-r--r--games/xgammon/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile
index 0fd1f5b2c24a..2dd3a251da82 100644
--- a/games/xgammon/Makefile
+++ b/games/xgammon/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.9 1998/11/09 08:16:25 tg Exp $
+# $Id: Makefile,v 1.10 1998/11/25 07:47:24 tg Exp $
#
DISTNAME= xgammon-0.98
@@ -25,10 +25,8 @@ MAN6= xgammon.6
PATCH_FILES= ${DISTNAME}-dirent.patch
do-extract:
-.if !defined(NO_WRKDIR)
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
-.endif
@rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i)
@tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}