1
0
forked from ports/contrib

xplanet: fix wrong dependency name

This commit is contained in:
Danny Rawlins 2007-06-08 12:13:57 +10:00
parent 31f9a0114d
commit c776bd42b5

View File

@ -2,7 +2,7 @@
# URL: http://xplanet.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on: xine libtiff
# Depends on: xorg libtiff
name=xplanet
version=1.2.0
@ -14,6 +14,6 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
find $PKG -name "README" -type f -exec rm {} \;
find $PKG -name "README" -type f -delete
}