diff options
author | gdt <gdt> | 2007-10-31 21:50:49 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-10-31 21:50:49 +0000 |
commit | 7d19a9458fc1c41728837a1b4a2f4abf1a5d3e56 (patch) | |
tree | 1d6cb04b6d225977ff8558035a68981544a769e9 /archivers/xbin | |
parent | 2d1a2040e5e6209f8a721f551989628b052f031c (diff) | |
download | pkgsrc-7d19a9458fc1c41728837a1b4a2f4abf1a5d3e56.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} |