Do not install (rather useless) scripts. One of these assume tcl/wish is
installed just to display a menu and the other two require framebuffer console (Linux only) and svgalib
This commit is contained in:
parent
cfdec5e434
commit
8d7647f6a9
3 changed files with 9 additions and 13 deletions
|
@ -1,11 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/31 18:13:49 airhead Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2005/03/31 18:34:53 airhead Exp $
|
||||
bin/gobpack
|
||||
bin/jnbmenu.tcl
|
||||
bin/jnbpack
|
||||
bin/jnbunpack
|
||||
bin/jumpnbump
|
||||
bin/jumpnbump.fbcon
|
||||
bin/jumpnbump.svgalib
|
||||
man/man6/jumpnbump.6
|
||||
share/jumpnbump/jumpbump.dat
|
||||
@dirrm share/jumpnbump
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/03/31 18:13:49 airhead Exp $
|
||||
$NetBSD: distinfo,v 1.2 2005/03/31 18:34:53 airhead Exp $
|
||||
|
||||
SHA1 (jumpnbump-1.50.tar.gz) = e20ea6821dccf6100a7b157b6568b9d4da86d799
|
||||
RMD160 (jumpnbump-1.50.tar.gz) = e6c7754f938d0c11c92b28a95b07b80448260add
|
||||
Size (jumpnbump-1.50.tar.gz) = 397208 bytes
|
||||
SHA1 (patch-aa) = a2d448ab0029ba1cd98ebcae712b1690b4d5fe20
|
||||
SHA1 (patch-aa) = 30c41128d22541c5edbb67570dfd3a183f97d1b9
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2005/03/31 18:13:49 airhead Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2005/03/31 18:34:54 airhead Exp $
|
||||
|
||||
--- Makefile.orig 2003-03-21 16:03:00.000000000 +0100
|
||||
+++ Makefile
|
||||
@@ -1,19 +1,22 @@
|
||||
@@ -1,18 +1,22 @@
|
||||
-SDL_CFLAGS = `sdl-config --cflags`
|
||||
-SDL_LIBS = `sdl-config --libs`
|
||||
-CFLAGS = -Wall -O2 -ffast-math -funroll-loops -Dstricmp=strcasecmp \
|
||||
|
@ -28,12 +28,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/03/31 18:13:49 airhead Exp $
|
|||
|
||||
.PHONY: data
|
||||
|
||||
-all: $(BINARIES)
|
||||
+all: $(BINARIES) $(SCRIPTS)
|
||||
+#all: $(BINARIES) $(SCRIPTS)
|
||||
all: $(BINARIES)
|
||||
|
||||
$(SDL_TARGET): globals.h
|
||||
cd sdl && make
|
||||
@@ -42,13 +45,12 @@ clean:
|
||||
@@ -42,13 +46,12 @@ clean:
|
||||
rm -f $(TARGET) *.o globals.h jnbmenu.tcl
|
||||
|
||||
install:
|
||||
|
@ -45,7 +44,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/03/31 18:13:49 airhead Exp $
|
|||
- $(PREFIX)/share/jumpnbump/jumpbump.dat
|
||||
- install -o root -g root -m 644 jumpnbump.6 $(PREFIX)/share/man/man6/
|
||||
+ ${BSD_INSTALL_PROGRAM} -g games -m 755 $(BINARIES) $(PREFIX)/bin/
|
||||
+ ${BSD_INSTALL_SCRIPT} -g games -m 755 $(SCRIPTS) $(PREFIX)/bin/
|
||||
+# ${BSD_INSTALL_SCRIPT} -g games -m 755 $(SCRIPTS) $(PREFIX)/bin/
|
||||
+ ${BSD_INSTALL_DATA_DIR} $(PREFIX)/share/jumpnbump/
|
||||
+ ${BSD_INSTALL_DATA} -g games -m 644 data/jumpbump.dat \
|
||||
+ $(PREFIX)/share/jumpnbump/jumpbump.dat
|
||||
|
|
Loading…
Reference in a new issue