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 | 43cbc7900cb94b203274a1f21825f7a43ad596ec (patch) | |
tree | c80d34d5c41ef03c06d8944f0ea0c5ffd9201266 /archivers/unrar/Makefile | |
parent | 47545d1b3077e62b445ff350c03da242abe769c2 (diff) | |
download | pkgsrc-43cbc7900cb94b203274a1f21825f7a43ad596ec.tar.gz |
Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'.
Diffstat (limited to 'archivers/unrar/Makefile')
-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} |