Added DESTDIR support and COPYRIGHT and LICENSE lines to the tuxpaint bep file

This commit is contained in:
Scott McCreary
2010-09-11 06:45:35 +00:00
parent ffdcfea644
commit 80e5d91e0f

View File

@@ -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"