DESTDIR and nslookup

LaMont Jones lamont at hp.com
Mon Oct 11 20:11:15 UTC 1999


If I understand things correctly, DESTDIR is intended to be where the binaries
get copied, and not a part of pathnames.  Accordingly, nslookup needs the
following:

lamont
diff -urP src.orig/bin/nslookup/Makefile src/bin/nslookup/Makefile
--- src.orig/bin/nslookup/Makefile	Fri Jan  8 16:28:26 1999
+++ src/bin/nslookup/Makefile	Mon Oct 11 14:09:43 1999
@@ -42,7 +42,7 @@
 INSTALL_LIB=-o bin -g bin
 
 LDFLAGS=
-DEFS=	-D_PATH_HELPFILE=\"${DESTDIR}${DESTHELP}/nslookup.help\"
+DEFS=	-D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\"
 CFLAGS=	${CDEBUG} -I${PORTINCL} -I${INCL} ${DEFS}
 
 PROG= nslookup


More information about the bind-workers mailing list