diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-13 10:55:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-13 10:55:11 +0000 |
commit | 58d8da7264a35ce682136421b788a2839bdd4b56 (patch) | |
tree | 38936297028cb1ecc6aa2304201da8522110ad80 /archivers/unrar/Makefile | |
parent | a2e107d1f8347635b7f80a22c90787e298caccef (diff) | |
download | pkgsrc-58d8da7264a35ce682136421b788a2839bdd4b56.tar.gz |
Update to 3.1.3, bugfix release.
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r-- | archivers/unrar/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 3b905f71877..f1e4d1ab652 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2002/10/17 18:27:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/01/13 10:55:11 wiz Exp $ -DISTNAME= unrarsrc-3.1.0 +DISTNAME= unrarsrc-3.1.3 PKGNAME= ${DISTNAME:S/src//} WRKSRC= ${WRKDIR}/unrar CATEGORIES= archivers @@ -10,8 +10,7 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives -ALL_TARGET= makeunrar -MAKEFILE= makefile.gcc +MAKEFILE= makefile.unix LICENSE= unrar-license RESTRICTED= "Do not modify. Do not charge a fee for redistribution." |