mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
805f53212b
PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor)
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
Index: hack/Makefile
|
|
@@ -17,7 +17,9 @@
|
|
MAN= hack.6
|
|
DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
|
|
LDADD= -ltermcap -lcompat
|
|
-CFLAGS+= -fwritable-strings -I${.CURDIR} -I.
|
|
+CFLAGS+= -DPOSIX -I${.CURDIR} -I.
|
|
+BINGRP=games
|
|
+BINMODE=2555
|
|
FILES= rumors help hh data
|
|
FILESMODE_rumors= 440
|
|
FILESGRP= ${BINGRP}
|