From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 6 Oct 2009 15:35:24 +0200
Subject: Avoid shipping GPL license text

We have it in Debian!

Signed-off-by: Stefano Zacchiroli <zack@debian.org>
---
 src/nethttpd-for-netcgi2/Makefile.pre |    2 +-
 src/nethttpd/Makefile.pre             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nethttpd-for-netcgi2/Makefile.pre b/src/nethttpd-for-netcgi2/Makefile.pre
index d1c93f6..16d6c54 100644
--- a/src/nethttpd-for-netcgi2/Makefile.pre
+++ b/src/nethttpd-for-netcgi2/Makefile.pre
@@ -4,6 +4,6 @@ PRE = 1
 PKGNAME = nethttpd-for-netcgi2
 GENERATE = META 
 
-INSTALL_EXTRA += LICENSE
+INSTALL_EXTRA +=
 
 include $(TOP_DIR)/Makefile.rules
diff --git a/src/nethttpd/Makefile.pre b/src/nethttpd/Makefile.pre
index 1f8f334..603bc29 100644
--- a/src/nethttpd/Makefile.pre
+++ b/src/nethttpd/Makefile.pre
@@ -4,7 +4,7 @@ PRE = 1
 PKGNAME = nethttpd
 GENERATE = META
 
-INSTALL_EXTRA += LICENSE
+INSTALL_EXTRA +=
 
 PP_OPTIONS = -package "camlp4, camlp4.macro" -syntax "camlp4o"
 
-- 
