pkgsrc/net/ipv6calc/patches/patch-aa
salo 37f04cf6bf Update to version 0.45
Changes:
20021112:
	fix not proper handling of option "-q|--quiet" in some cases
	enhance help options (-h|--help now also valid) on --out|action|in
	ipv6logconf: "make test" can be now also executed by root (su to
	nobody)
        tag version 0.45

20021104:
	minor cosmetics in IEEE/OUI database
2003-01-11 08:46:40 +00:00

18 lines
560 B
Text

$NetBSD: patch-aa,v 1.6 2003/01/11 08:46:41 salo Exp $
--- Makefile.in.orig Sun Oct 27 14:30:02 2002
+++ Makefile.in Sat Jan 11 09:37:05 2003
@@ -53,10 +53,9 @@
make installonly
installonly:
- mkdir -p $(root)/bin/
- install -m 755 ipv6calc/ipv6calc $(root)/bin/
- mkdir -p $(root)/usr/bin/
- install -m 755 ipv6logconv/ipv6logconv $(root)/usr/bin/
+ ${BSD_INSTALL_PROGRAM_DIR} $(root)/bin
+ ${BSD_INSTALL_PROGRAM} ipv6calc/ipv6calc $(root)/bin/
+ ${BSD_INSTALL_PROGRAM} ipv6logconv/ipv6logconv $(root)/bin/
getopt-make:
cd getopt/ && make