openbsd-ports/games/abuse/patches/patch-ad
brad 6796b1d8da - fix comment in patches about GCC, it's 2.95.x not 2.9.x
- remove RCS ID tags from patches
- convert patch-aa to a unified diff
- ${MV} -> mv in Makefile
1999-12-07 01:30:20 +00:00

10 lines
249 B
Plaintext

--- abuse/abuse.in.orig Wed Jul 9 00:54:43 1997
+++ abuse/abuse.in Sat Aug 29 04:26:04 1998
@@ -27,5 +27,5 @@
if [ x$TERM = xlinux ]; then
abuse.console ${1:+"$@"}
else
- abuse.x11R6 ${1:+"$@"}
+ @exec_prefix@/bin/abuse.x11R6 ${1:+"$@"}
fi