openbsd-ports/textproc/antiword/patches/patch-Makefile.Linux

13 lines
240 B
Plaintext

--- Makefile.Linux.orig Sat Sep 30 22:01:06 2000
+++ Makefile.Linux Sat Sep 30 22:01:53 2000
@@ -22,7 +22,8 @@ OBJS =\
PROGS =\
antiword
-INSTALL_DIR = $(HOME)/bin
+PREFIX? = /usr/local
+INSTALL_DIR = ${PREFIX}/bin
all: $(PROGS)