From 80e5d91e0fbb3c8e37abe3fbfa4aca9a92e2a3f5 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 11 Sep 2010 06:45:35 +0000 Subject: [PATCH] Added DESTDIR support and COPYRIGHT and LICENSE lines to the tuxpaint bep file --- media-gfx/tuxpaint/tuxpaint-0.9.2x-cvs.bep | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.2x-cvs.bep b/media-gfx/tuxpaint/tuxpaint-0.9.2x-cvs.bep index c9bd5cc2d..2076b18c7 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.2x-cvs.bep +++ b/media-gfx/tuxpaint/tuxpaint-0.9.2x-cvs.bep @@ -25,5 +25,8 @@ BUILD { INSTALL { cd tuxpaint-0.9.2x-cvs - make install + make install DESTDIR=${DESTDIR} } + +COPYRIGHT="2002-2010 by Bill Kendrick and others" +LICENSE="GNU GPL v2"