xsnow: fix whitespace.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:59:24 +02:00
parent 71c55c0b15
commit 9bb8778a51

View file

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