diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 13:29:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-16 13:29:07 +0000 |
commit | 0e120440a3467a6a977364e3075bc859b7dca0ef (patch) | |
tree | dcb11e9aa38d1757142600c702926a8b14373213 /misc/xd/files | |
parent | 9de8e4b94be026e1d31e5523f6222c07b15e42b1 (diff) |
Notes
Diffstat (limited to 'misc/xd/files')
-rw-r--r-- | misc/xd/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/xd/files/patch-aa b/misc/xd/files/patch-aa new file mode 100644 index 000000000000..7ef9ffc0060b --- /dev/null +++ b/misc/xd/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile~ Tue Aug 27 02:02:31 1996 +--- Makefile Wed Oct 1 20:23:19 1997 +*************** +*** 1,7 **** + # + CC=gcc +! BINDIR=/usr/local/bin +! MANDIR=/usr/local/man/man + PROG=xd + + .include <bsd.prog.mk> +--- 1,7 ---- + # + CC=gcc +! BINDIR=${PREFIX}/bin +! MANDIR=${PREFIX}/man/man + PROG=xd + + .include <bsd.prog.mk> |