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/unace | |
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/unace')
-rw-r--r-- | archivers/unace/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 2e9f1bd49c9..6a6b6813294 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/03/02 03:48:37 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:00 wiz Exp $ # DISTNAME= unace-1.2b @@ -10,15 +10,15 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.winace.com/ COMMENT= Extract, list and test files in ACE archives - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= unace-source-license + RESTRICTED= Only original file distribution. NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake BUILD_TARGET= clean unace |