diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-17 18:27:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-17 18:27:13 +0000 |
commit | 385e088ac2a6137adf186355a4951d03ed70edf2 (patch) | |
tree | f31a4d375d0c7b2d35e34a67fd374e7077265120 /archivers/unrar/Makefile | |
parent | 5f36be06487d98ee91c8a759d1e260d87845680a (diff) | |
download | pkgsrc-385e088ac2a6137adf186355a4951d03ed70edf2.tar.gz |
The RAR author was so considerate to add the version number to the
tar ball when asked. "Update" to 3.1.0 (same version as before).
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r-- | archivers/unrar/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 33e627929f9..3b905f71877 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2002/10/17 16:28:31 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/17 18:27:13 wiz Exp $ -DISTNAME= unrarsrc -PKGNAME= unrar-3.01 +DISTNAME= unrarsrc-3.1.0 +PKGNAME= ${DISTNAME:S/src//} +WRKSRC= ${WRKDIR}/unrar CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -9,9 +10,6 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR}/unrar - ALL_TARGET= makeunrar MAKEFILE= makefile.gcc |