diff options
author | fredb <fredb@pkgsrc.org> | 2003-10-09 00:07:27 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-10-09 00:07:27 +0000 |
commit | edd110d687732ff0498e2ec2341c22728e00f8ab (patch) | |
tree | 095d45d1a9d5be614648e39ac0886ee45bb066f7 /archivers/unrar/Makefile | |
parent | 8520e945aad805766ee9b254a9a3264c674b1401 (diff) | |
download | pkgsrc-edd110d687732ff0498e2ec2341c22728e00f8ab.tar.gz |
Update to unrar-3.2.3. The only change, is that it fixes the build under
gcc-3* a slightly different way than patch-ab did.
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 4ebba4fe10b..47334e151b8 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/10/08 23:54:07 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2003/10/09 00:07:27 fredb Exp $ # -DISTNAME= unrarsrc-3.2.2 +DISTNAME= unrarsrc-3.2.3 PKGNAME= ${DISTNAME:S/src//} WRKSRC= ${WRKDIR}/unrar CATEGORIES= archivers |