mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
94fe14f80f
Closes PR #2398. Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
20 lines
503 B
Plaintext
20 lines
503 B
Plaintext
*** Makefile.in~ Sat Aug 24 17:26:24 1996
|
|
--- Makefile.in Mon Oct 28 12:22:40 1996
|
|
***************
|
|
*** 36,42 ****
|
|
|
|
# Change these values to tell make where to put the binary and the man page
|
|
# when it's done compiling.
|
|
! PREFIX = /usr/games
|
|
BINDIR = $(PREFIX)/bin
|
|
MANDIR = $(PREFIX)/man
|
|
|
|
--- 36,42 ----
|
|
|
|
# Change these values to tell make where to put the binary and the man page
|
|
# when it's done compiling.
|
|
! PREFIX = @prefix@
|
|
BINDIR = $(PREFIX)/bin
|
|
MANDIR = $(PREFIX)/man
|
|
|