summaryrefslogtreecommitdiff
path: root/net/host/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-10 17:06:37 +0000
committerwiz <wiz>2001-03-10 17:06:37 +0000
commit9dd0094ea11d41bc55aa8ac1179879308818af3c (patch)
tree435e9d03be6889534462f7979847abf88a799d08 /net/host/patches/patch-aa
parent096d4ebe8aafccbbee231ad25eb087597d2fa460 (diff)
downloadpkgsrc-9dd0094ea11d41bc55aa8ac1179879308818af3c.tar.gz
host-991529 -- powerful replacement for host(1).
Package provided by Greg A. Woods in pkg/12056, modified by me.
Diffstat (limited to 'net/host/patches/patch-aa')
-rw-r--r--net/host/patches/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/host/patches/patch-aa b/net/host/patches/patch-aa
new file mode 100644
index 00000000000..228b632b5c2
--- /dev/null
+++ b/net/host/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/10 17:06:37 wiz Exp $
+
+--- Makefile.orig Wed Mar 15 22:51:39 2000
++++ Makefile
+@@ -4,11 +4,13 @@
+ # Adapt the installation directories to your local standards.
+ # ----------------------------------------------------------------------
+
++PREFIX?= /usr/local
++
+ # This is where the host executable will go.
+-DESTBIN = /usr/local/bin
++DESTBIN = ${PREFIX}/bin
+
+ # This is where the host manual page will go.
+-DESTMAN = /usr/local/man
++DESTMAN = ${PREFIX}/man
+
+ BINDIR = $(DESTBIN)
+ MANDIR = $(DESTMAN)/man1
+@@ -38,7 +40,10 @@
+ SYSDEFS = -DNO_YP_LOOKUP
+ #endif
+
+ SYSDEFS =
++
++#if defined(NetBSD) && you have not removed support for $HOSTALIASES
++SYSDEFS = ${ALLOW_HOSTALIASES}
+
+ # ----------------------------------------------------------------------
+ # Configuration definitions.