openbsd-ports/misc/xd/patches/patch-Makefile
2005-09-05 13:50:20 +00:00

15 lines
313 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2005/09/05 13:50:20 espie Exp $
--- Makefile.orig Mon Aug 26 19:02:31 1996
+++ Makefile Mon Sep 5 15:49:24 2005
@@ -1,7 +1,7 @@
#
-CC=gcc
-BINDIR=/usr/local/bin
-MANDIR=/usr/local/man/man
+#CC=gcc
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man/cat
PROG=xd
.include <bsd.prog.mk>