diff options
author | dholland <dholland> | 2013-01-21 06:56:38 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-01-21 06:56:38 +0000 |
commit | 2dae13adf317484062a3ee19ae693e8b026e3cd5 (patch) | |
tree | 7911ffc293b1763c6ed580578395fa9993ed29b5 /games/craft | |
parent | cc09bcf4aa34cd2d476a0e5eb269ec775164c1c5 (diff) | |
download | pkgsrc-2dae13adf317484062a3ee19ae693e8b026e3cd5.tar.gz |
Oops. PATCH_SITES, not PATCHSITES...
Diffstat (limited to 'games/craft')
-rw-r--r-- | games/craft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index ed72491d4b2..5f75c59850d 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/01/21 05:19:45 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2013/01/21 06:56:38 dholland Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 @@ -8,7 +8,7 @@ MASTER_SITES= http://ibiblio.org/pub/linux/games/strategy/ EXTRACT_SUFX= .tar.Z PATCHFILES= craft-jumbo-patch-20130120.gz -PATCHSITES= http://www.NetBSD.org/~dholland/patchkits/craft/ +PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/craft/ PATCH_DIST_STRIP= -p1 MAINTAINER= pkgsrc-users@NetBSD.org |