From 5427d0337c97d80227f1b412ee4c9342aad7c44f Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 3 Sep 2006 19:53:54 +0000 Subject: RESTRICTED is not necessary in the readline case, since it just means that the entire package becomes GPLed, which is not a concern; the software is under a modified BSDL and we distribute the source code anyway. Approved by: maintainer --- sysutils/boxbackup-devel/Makefile | 1 - sysutils/boxbackup/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 7f8f352f7120..950fda6b0258 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -35,7 +35,6 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T .if defined(WITH_GNUREADLINE) CONFIGURE_ARGS+=--enable-gnu-readline -RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline .endif .if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER) diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 7f8f352f7120..950fda6b0258 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -35,7 +35,6 @@ TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${T .if defined(WITH_GNUREADLINE) CONFIGURE_ARGS+=--enable-gnu-readline -RESTRICTED= GNU GPL prevents distributing binaries linked against GNU readline .endif .if defined(WITHOUT_CLIENT) && defined(WITHOUT_SERVER) -- cgit