freebsd-ports/misc/xd/files/patch-aa
Thomas Gellekum 0e120440a3 Import xd port. xd is a dump utility similar to hexdump with
additional features, such as big endian, little endian and PDP
format input.

PR:		4788
Submitted by:	Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
1998-03-16 13:29:07 +00:00

20 lines
323 B
Plaintext

*** 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>