diff options
author | tron <tron@pkgsrc.org> | 2002-11-05 10:57:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-05 10:57:53 +0000 |
commit | 9a71a14871f8a584131a32c6c823837495c5b5c8 (patch) | |
tree | cc1c072d9087a93a7303818a07e5052bdaa94d88 /net/ipv6calc/patches | |
parent | c978843c607a6a91709776683ff111c4732c4735 (diff) | |
download | pkgsrc-9a71a14871f8a584131a32c6c823837495c5b5c8.tar.gz |
Fix bad target directory in installation target so that "ipv6logconv"
gets installed into the correct directory.
Diffstat (limited to 'net/ipv6calc/patches')
-rw-r--r-- | net/ipv6calc/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6calc/patches/patch-aa b/net/ipv6calc/patches/patch-aa index d2c6f5cc2e6..1d6991b6acd 100644 --- a/net/ipv6calc/patches/patch-aa +++ b/net/ipv6calc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2002/11/04 23:08:25 hubertf Exp $ +$NetBSD: patch-aa,v 1.5 2002/11/05 10:57:53 tron Exp $ --- Makefile.in.orig Sun Oct 27 14:30:02 2002 +++ Makefile.in @@ -12,8 +12,8 @@ $NetBSD: patch-aa,v 1.4 2002/11/04 23:08:25 hubertf Exp $ - install -m 755 ipv6logconv/ipv6logconv $(root)/usr/bin/ + mkdir -p $(root)/bin + ${BSD_INSTALL_PROGRAM} ipv6calc/ipv6calc $(root)/bin/ -+ mkdir -p $(root)/usr/bin -+ ${BSD_INSTALL_PROGRAM} ipv6logconv/ipv6logconv $(root)/usr/bin/ ++ mkdir -p $(root)/bin ++ ${BSD_INSTALL_PROGRAM} ipv6logconv/ipv6logconv $(root)/bin/ getopt-make: cd getopt/ && make |