1
0
forked from ports/contrib

rss-glx: fix build with bash, move man pages

This commit is contained in:
Danny Rawlins 2016-09-10 17:04:48 +10:00
parent a51b26c457
commit 3b6933775c
2 changed files with 28 additions and 28 deletions

View File

@ -60,34 +60,34 @@ lrwxrwxrwx root/root usr/lib/xscreensaver/skyrocket -> /usr/bin/skyrocket
lrwxrwxrwx root/root usr/lib/xscreensaver/solarwinds -> /usr/bin/solarwinds
lrwxrwxrwx root/root usr/lib/xscreensaver/spirographx -> /usr/bin/spirographx
lrwxrwxrwx root/root usr/lib/xscreensaver/sundancer2 -> /usr/bin/sundancer2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/biof.1.gz
-rw-r--r-- root/root usr/man/man1/busyspheres.1.gz
-rw-r--r-- root/root usr/man/man1/colorfire.1.gz
-rw-r--r-- root/root usr/man/man1/cyclone.1.gz
-rw-r--r-- root/root usr/man/man1/drempels.1.gz
-rw-r--r-- root/root usr/man/man1/euphoria.1.gz
-rw-r--r-- root/root usr/man/man1/feedback.1.gz
-rw-r--r-- root/root usr/man/man1/fieldlines.1.gz
-rw-r--r-- root/root usr/man/man1/flocks.1.gz
-rw-r--r-- root/root usr/man/man1/flux.1.gz
-rw-r--r-- root/root usr/man/man1/helios.1.gz
-rw-r--r-- root/root usr/man/man1/hufo_smoke.1.gz
-rw-r--r-- root/root usr/man/man1/hufo_tunnel.1.gz
-rw-r--r-- root/root usr/man/man1/hyperspace.1.gz
-rw-r--r-- root/root usr/man/man1/lattice.1.gz
-rw-r--r-- root/root usr/man/man1/lorenz.1.gz
-rw-r--r-- root/root usr/man/man1/matrixview.1.gz
-rw-r--r-- root/root usr/man/man1/pixelcity.1.gz
-rw-r--r-- root/root usr/man/man1/plasma.1.gz
-rw-r--r-- root/root usr/man/man1/skyrocket.1.gz
-rw-r--r-- root/root usr/man/man1/solarwinds.1.gz
-rw-r--r-- root/root usr/man/man1/spirographx.1.gz
-rw-r--r-- root/root usr/man/man1/sundancer2.1.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/rss-glx_install
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/biof.1.gz
-rw-r--r-- root/root usr/share/man/man1/busyspheres.1.gz
-rw-r--r-- root/root usr/share/man/man1/colorfire.1.gz
-rw-r--r-- root/root usr/share/man/man1/cyclone.1.gz
-rw-r--r-- root/root usr/share/man/man1/drempels.1.gz
-rw-r--r-- root/root usr/share/man/man1/euphoria.1.gz
-rw-r--r-- root/root usr/share/man/man1/feedback.1.gz
-rw-r--r-- root/root usr/share/man/man1/fieldlines.1.gz
-rw-r--r-- root/root usr/share/man/man1/flocks.1.gz
-rw-r--r-- root/root usr/share/man/man1/flux.1.gz
-rw-r--r-- root/root usr/share/man/man1/helios.1.gz
-rw-r--r-- root/root usr/share/man/man1/hufo_smoke.1.gz
-rw-r--r-- root/root usr/share/man/man1/hufo_tunnel.1.gz
-rw-r--r-- root/root usr/share/man/man1/hyperspace.1.gz
-rw-r--r-- root/root usr/share/man/man1/lattice.1.gz
-rw-r--r-- root/root usr/share/man/man1/lorenz.1.gz
-rw-r--r-- root/root usr/share/man/man1/matrixview.1.gz
-rw-r--r-- root/root usr/share/man/man1/pixelcity.1.gz
-rw-r--r-- root/root usr/share/man/man1/plasma.1.gz
-rw-r--r-- root/root usr/share/man/man1/skyrocket.1.gz
-rw-r--r-- root/root usr/share/man/man1/solarwinds.1.gz
-rw-r--r-- root/root usr/share/man/man1/spirographx.1.gz
-rw-r--r-- root/root usr/share/man/man1/sundancer2.1.gz
drwxr-xr-x root/root usr/share/xscreensaver/
drwxr-xr-x root/root usr/share/xscreensaver/config/
-rw-r--r-- root/root usr/share/xscreensaver/config/biof.xml

View File

@ -6,15 +6,15 @@
name=rss-glx
version=0.9.1
release=2
release=3
source=(http://downloads.sourceforge.net/project/$name/$name/$version/${name}_$version.tar.bz2)
build() {
cd ${name}_$version
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--mandir=/usr/man \
--with-configdir=/usr/share/xscreensaver/config \
--disable-sound \
--disable-static \