diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /archivers/unrar | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index df687c36676..8fc973521da 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2009/05/02 12:37:10 zafer Exp $ +# $NetBSD: Makefile,v 1.61 2009/05/19 08:59:01 wiz Exp $ DISTNAME= unrarsrc-3.8.3 PKGNAME= ${DISTNAME:S/src//} @@ -8,18 +8,8 @@ MASTER_SITES= http://www.rarlab.com/rar/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.rarlab.com/ COMMENT= Extract, view & test RAR archives - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - -NO_CONFIGURE= YES -USE_LANGUAGES= c++ -# XXX: makefile.unix has DOS line endings -USE_TOOLS+= gmake - -MAKE_FILE= makefile.unix - LICENSE= unrar-license + RESTRICTED= Do not charge a fee for redistribution. Do not use to develop a rar archiver. # Reading the license implies NO_BIN_ON_FTP should be set because no # permission is granted to distribute derived works (e.g., binaries). @@ -31,6 +21,16 @@ RESTRICTED= Do not charge a fee for redistribution. Do not use to develop a rar NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +NO_CONFIGURE= YES +USE_LANGUAGES= c++ +# XXX: makefile.unix has DOS line endings +USE_TOOLS+= gmake + +MAKE_FILE= makefile.unix + WRKSRC= ${WRKDIR}/unrar INSTALLATION_DIRS= bin share/doc/unrar |