diff options
-rw-r--r-- | archivers/stuffit/Makefile | 3 | ||||
-rw-r--r-- | archivers/unace-bin/Makefile | 3 | ||||
-rw-r--r-- | archivers/xbin/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index b24e4abf619..46d851ef233 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/07/29 05:18:36 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2007/10/31 21:50:49 gdt Exp $ DISTNAME= stuffit520.611linux-i386 PKGNAME= stuffit-5.2.0.611 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stuffit.com/unix/stuffit/ COMMENT= Stuffit Archive Creator and Expander +LICENSE= generic-nonlicense RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} diff --git a/archivers/unace-bin/Makefile b/archivers/unace-bin/Makefile index c0dbdfa2921..7bd9cd056b3 100644 --- a/archivers/unace-bin/Makefile +++ b/archivers/unace-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/07/29 05:18:36 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/10/31 21:50:49 gdt Exp $ # DISTNAME= linunace25 @@ -11,6 +11,7 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.winace.com/ COMMENT= Extract, list and test files in ACE archives (Linux binary) +LICENSE= unace-license RESTRICTED= Only original file distribution. NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index f7c2f3033af..eed9482e263 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/11/12 02:50:21 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2007/10/31 21:50:49 gdt Exp $ # DISTNAME= ${PRGNAME}unix @@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= rh@NetBSD.org COMMENT= Convert mailable BinHex format into binary +LICENSE= xbin-license RESTRICTED= May not be sold without permission. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |