openbsd-ports/misc/xd/patches/patch-Makefile
xsa 16d7b80d61 - respect CC
- sync patches while there
2004-06-25 19:07:10 +00:00

15 lines
311 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2004/06/25 19:07:10 xsa Exp $
--- Makefile.orig Mon Aug 26 11:02:31 1996
+++ Makefile Fri Jun 25 15:25:57 2004
@@ -1,7 +1,7 @@
#
-CC=gcc
-BINDIR=/usr/local/bin
-MANDIR=/usr/local/man/man
+#CC=gcc
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man/man
PROG=xd
.include <bsd.prog.mk>