diff options
author | gdt <gdt@pkgsrc.org> | 2007-10-31 21:50:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-10-31 21:50:49 +0000 |
commit | 813b437bcf5d876b117e9a0d5b5b80a39775fee5 (patch) | |
tree | 1d6cb04b6d225977ff8558035a68981544a769e9 /archivers/xbin | |
parent | 70d51507544c9b798d13ab2c246913dd51897cbd (diff) | |
download | pkgsrc-813b437bcf5d876b117e9a0d5b5b80a39775fee5.tar.gz |
Add missing LICENSE=.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |