Skip to content

Commit

Permalink
don't use PREFIX variable for BINDIR and MANDIR, this doesn't work wi…
Browse files Browse the repository at this point in the history
…th the ports build system. Inspiration taken from oicb's Makefile
  • Loading branch information
rfht committed May 4, 2024
1 parent fe480cd commit bbaa5a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PROG = rigg
SRCS = rigg.c rigg_unveil.c mono.c hl.c

PREFIX ?= /usr/local
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/man/man
BINDIR ?= /usr/local/bin
MANDIR ?= /usr/local/man/man
WARNINGS ?= Yes

HL_CFLAGS ?= -I/usr/local/include -I/usr/local/include/hl
Expand Down

0 comments on commit bbaa5a9

Please sign in to comment.