diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 20:06:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 20:06:29 +0000 |
commit | 4bfe9c64704c794661d5de9b546e6e0b03a29863 (patch) | |
tree | 2937c5ff9cb63cfaa984fef40bfd228d76f5c76b /wm/amiwm | |
parent | 7fb5e4bd17d34f58fd358a9a2dfe03f2b7fd562f (diff) | |
download | pkgsrc-4bfe9c64704c794661d5de9b546e6e0b03a29863.tar.gz |
Set NO_BIN_ON_FTP because pkgsrc modifies the source.
Diffstat (limited to 'wm/amiwm')
-rw-r--r-- | wm/amiwm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index ffb57f89118..6ab5a8be1a2 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:53 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/09/12 20:06:29 gdt Exp $ # DISTNAME= amiwm0.20pl48 @@ -14,7 +14,8 @@ COMMENT= X window manager with Amiga look and feel PKG_DESTDIR_SUPPORT= user-destdir LICENSE= amiwm-license -RESTRICTED= Restrictive copyright (non-commerical use only) +RESTRICTED= Distribution limited to non-commercial purposes, unmodified binaries only. +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |