diff options
author | dholland <dholland@pkgsrc.org> | 2013-01-21 06:56:38 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-01-21 06:56:38 +0000 |
commit | 3882959fc5d5f6ee018b91cf8280c8c716313565 (patch) | |
tree | 7911ffc293b1763c6ed580578395fa9993ed29b5 /games/craft/Makefile | |
parent | 0a7163947cc44653eab8b61fafb17aa0d8ee3ee9 (diff) | |
download | pkgsrc-3882959fc5d5f6ee018b91cf8280c8c716313565.tar.gz |
Oops. PATCH_SITES, not PATCHSITES...
Diffstat (limited to 'games/craft/Makefile')
-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 |