diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-21 10:45:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-21 10:45:34 +0000 |
commit | cd44c019d909d47990e34d5481c2a2325d3d96a1 (patch) | |
tree | 7f20067cb35f3c48b4b5841b9db56d8d31534b84 /archivers/unrar/Makefile | |
parent | f32e20da11f6f918bd53a8e742e98c88d7e76cf4 (diff) | |
download | pkgsrc-cd44c019d909d47990e34d5481c2a2325d3d96a1.tar.gz |
Remove workaround patch for old compiler problem, snj (who added it)
thinks it's not necessary any longer.
Bump PKGREVISION.
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r-- | archivers/unrar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 6001c755b7c..0cf22b4a289 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2008/09/16 11:59:02 gdt Exp $ +# $NetBSD: Makefile,v 1.58 2008/09/21 10:45:34 wiz Exp $ DISTNAME= unrarsrc-3.7.8 PKGNAME= ${DISTNAME:S/src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ ftp://ftp.rarlab.com/rar/ |