diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-11-20 19:14:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-11-20 19:14:47 +0000 |
commit | c5ecc5ae4f7a1e978cda88f101e7786a6357113e (patch) | |
tree | ca7d903fc96bb3c13c109dc0fb812f17576fe3ff /games | |
parent | 9f51369429fb0ee010210a8b3dc6447de37e77a4 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdgames/files/patch-hack::Makefile | 13 | ||||
-rw-r--r-- | games/freebsd-games/files/patch-hack::Makefile | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/games/bsdgames/files/patch-hack::Makefile b/games/bsdgames/files/patch-hack::Makefile new file mode 100644 index 000000000000..eaa8d43922d1 --- /dev/null +++ b/games/bsdgames/files/patch-hack::Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- hack/Makefile.orig Thu Nov 20 11:06:45 2003 ++++ hack/Makefile Thu Nov 20 11:13:27 2003 +@@ -18,6 +18,8 @@ + DPADD= ${LIBTERMCAP} ${LIBCOMPAT} + LDADD= -ltermcap -lcompat + CFLAGS+= -fwritable-strings -I${.CURDIR} -I. ++BINGRP= games ++BINMODE=2555 + FILES= rumors help hh data + FILESMODE_rumors= 440 + FILESGRP= ${BINGRP} diff --git a/games/freebsd-games/files/patch-hack::Makefile b/games/freebsd-games/files/patch-hack::Makefile new file mode 100644 index 000000000000..eaa8d43922d1 --- /dev/null +++ b/games/freebsd-games/files/patch-hack::Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- hack/Makefile.orig Thu Nov 20 11:06:45 2003 ++++ hack/Makefile Thu Nov 20 11:13:27 2003 +@@ -18,6 +18,8 @@ + DPADD= ${LIBTERMCAP} ${LIBCOMPAT} + LDADD= -ltermcap -lcompat + CFLAGS+= -fwritable-strings -I${.CURDIR} -I. ++BINGRP= games ++BINMODE=2555 + FILES= rumors help hh data + FILESMODE_rumors= 440 + FILESGRP= ${BINGRP} |