Cleaned up several LICENSE entries in .bep files which didn't have matching license files.

This commit is contained in:
Scott McCreary
2010-10-15 23:18:39 +00:00
parent 8a8dbb812f
commit ac024c0d18
12 changed files with 24 additions and 17 deletions

View File

@@ -5,9 +5,7 @@ CHECKSUM_MD5="f9f5adfd36c5b0b84e0a5115e841e38a"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
LICENSE="PNG"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
2005 Greg Roelofs"
BUILD {
cd pngcrush-1.7.11-nolib
make
@@ -17,3 +15,7 @@ INSTALL {
mkdir -p ${DESTDIR}/boot/common/bin
cp -a -f pngcrush ${DESTDIR}/boot/common/bin
}
LICENSE="LibPNG"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
2005 Greg Roelofs"

View File

@@ -14,6 +14,6 @@ INSTALL {
cd pngcrush-1.7.6-nolib
cp -a -f pngcrush /boot/common/bin
}
LICENSE="PNG"
LICENSE="LibPNG"
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
2005 Greg Roelofs"