xsnow: fix whitespace.
This commit is contained in:
parent
71c55c0b15
commit
9bb8778a51
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=xsnow
|
||||
version=1.42
|
||||
revision=1
|
||||
hostmakedepends="imake xorg-cf-files"
|
||||
hostmakedepends="imake xorg-cf-files"
|
||||
makedepends="libXext-devel libXpm-devel libXt-devel"
|
||||
short_desc="Snow for your X11 sessions"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -15,9 +15,9 @@ nocross=yes # imake crashes?
|
|||
|
||||
do_build() {
|
||||
xmkmf
|
||||
make CC=$CC CDEBUGFLAGS="-D_DEFAULT_SOURCE ${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
|
||||
make CC=$CC CDEBUGFLAGS="-D_DEFAULT_SOURCE ${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
|
||||
}
|
||||
do_install() {
|
||||
make MANSUFFIX=1 DESTDIR=${DESTDIR} install install.man
|
||||
vlicense README
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue