diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-10 00:25:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-10 00:25:14 +0000 |
commit | a5d643a2c4f1ffbd91ecf186752577c93320caa7 (patch) | |
tree | c80d34d5c41ef03c06d8944f0ea0c5ffd9201266 /archivers | |
parent | b7f6335402cafe1b22c058d314deed14dc1da71f (diff) | |
download | pkgsrc-a5d643a2c4f1ffbd91ecf186752577c93320caa7.tar.gz |
Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index b4f3724821d..0e929e3acd3 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2007/11/25 23:16:14 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2008/09/10 00:25:14 gdt Exp $ DISTNAME= unrarsrc-3.7.8 PKGNAME= ${DISTNAME:S/src//} @@ -20,6 +20,7 @@ MAKE_FILE= makefile.unix LICENSE= unrar-license RESTRICTED= Do not modify. Do not charge a fee for redistribution. +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |