diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 08:47:04 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 08:47:04 +0000 |
commit | 4ba37079d07fdd7aa0e48acceb83ee73fa8cb3b0 (patch) | |
tree | 637ec9740ed620de44dd3eb8304f683d5a26a73b /games | |
parent | Sync with latest Qt update. (diff) |
Install all binaries.
PR: 3831
Submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=8386
Diffstat (limited to '')
-rw-r--r-- | games/netris/files/patch-aa | 7 | ||||
-rw-r--r-- | games/netris/pkg-descr | 3 | ||||
-rw-r--r-- | games/netris/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/games/netris/files/patch-aa b/games/netris/files/patch-aa index ab1a24eaca04..cc2b7113aeac 100644 --- a/games/netris/files/patch-aa +++ b/games/netris/files/patch-aa @@ -1,5 +1,5 @@ -*** Configure.orig Sat Feb 10 04:41:40 1996 ---- Configure Thu Aug 1 02:16:34 1996 +*** Configure.orig Sat Feb 10 02:41:40 1996 +--- Configure Mon Jun 9 21:04:51 1997 *************** *** 159,167 **** --- 159,170 ---- @@ -17,13 +17,14 @@ *************** *** 217,222 **** ---- 220,228 ---- +--- 220,229 ---- cleandir: clean rm -f .depend Makefile config.h + + install: + install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR) ++ install -o bin -g bin -s -m 755 sr $(DESTDIR) ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend ##### END diff --git a/games/netris/pkg-descr b/games/netris/pkg-descr index b8d5ee06778f..af0349e52def 100644 --- a/games/netris/pkg-descr +++ b/games/netris/pkg-descr @@ -1,4 +1,5 @@ -This is netris, a networked version of t*tris. It allows head to head 2 player games via a network. +This is netris, a networked version of t*tris. +It allows head to head 2 player games via a network. -Ken Monville desmo@bandwidth.org diff --git a/games/netris/pkg-plist b/games/netris/pkg-plist index 6e2f7fa3e20e..793e2b0dbd36 100644 --- a/games/netris/pkg-plist +++ b/games/netris/pkg-plist @@ -1,2 +1,3 @@ bin/netris +bin/sr man/man1/netris.1.gz |