diff options
author | dholland <dholland@pkgsrc.org> | 2013-04-14 01:21:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-04-14 01:21:17 +0000 |
commit | 1afe29567600c47f633ca7b75693c0074ecbde05 (patch) | |
tree | c8a15face6168b811f072f49abd8badca92ef14e /cross/dasm/Makefile | |
parent | 08e09b4f2d103de9c699880ccf94405b06a13462 (diff) | |
download | pkgsrc-1afe29567600c47f633ca7b75693c0074ecbde05.tar.gz |
Fix printf format for LP64 platforms. Add patch comment to patch-aa.
PKGREVISION -> 2.
Diffstat (limited to 'cross/dasm/Makefile')
-rw-r--r-- | cross/dasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 18f098d06fb..60afd44dcf8 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 00:10:29 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/14 01:21:17 dholland Exp $ # DISTNAME= dasm212 PKGNAME= dasm-2.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cross MASTER_SITES= http://members.cox.net/rcolbert/zip/ EXTRACT_SUFX= .zip |