forked from ports/contrib
xplanet: fix wrong dependency name
This commit is contained in:
parent
31f9a0114d
commit
c776bd42b5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user