diff options
author | asami <asami@FreeBSD.org> | 1998-12-12 04:18:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-12 04:18:47 +0000 |
commit | 616534f262f5d6290848b26993216d328f5a10f8 (patch) | |
tree | b29844ce02d1cf8c99cc3d7629782e2db7a3013f /games | |
parent | b88403fac0d207f7cd72663badeb36fb2631ed86 (diff) | |
download | FreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.zip FreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.tar.gz |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/xgammon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 0fd1f5b..2dd3a25 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} |