diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /games/wargames | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'games/wargames')
-rw-r--r-- | games/wargames/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/wargames/Makefile b/games/wargames/Makefile index 643ff051fbb..fe57bb6b2db 100644 --- a/games/wargames/Makefile +++ b/games/wargames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/06 11:54:58 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/27 18:41:13 wiz Exp $ VERSION= 1.02 DISTNAME= abs0-wargames-${VERSION}-0-g0e9f20e @@ -11,8 +11,6 @@ HOMEPAGE= https://github.com/abs0/wargames/tarball/ COMMENT= Simulated interaction with the W.O.P.R. computer from War Games LICENSE= 2-clause-bsd -FETCH_USING= curl - WRKSRC= ${WRKDIR}/${DISTNAME:C:[^-]*-0-g::} .include "../../mk/bsd.pkg.mk" |