diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-07 14:44:04 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-07 14:44:04 +0000 |
commit | 8759a0825e7144662cae4c9213eef28709f66d27 (patch) | |
tree | c32c0548adf41d6b4c0eb4f627d24e989d24d55c /net-mgmt/choparp | |
parent | 1b5f72d092728632727e9f5cde56093ed0f896d9 (diff) | |
download | ports-8759a0825e7144662cae4c9213eef28709f66d27.tar.gz ports-8759a0825e7144662cae4c9213eef28709f66d27.zip |
Notes
Diffstat (limited to 'net-mgmt/choparp')
-rw-r--r-- | net-mgmt/choparp/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/choparp/files/patch-ab b/net-mgmt/choparp/files/patch-ab index df401e0dbab0..5cb299411e3b 100644 --- a/net-mgmt/choparp/files/patch-ab +++ b/net-mgmt/choparp/files/patch-ab @@ -1,10 +1,10 @@ ---- /dev/null Wed Oct 8 00:26:43 1997 -+++ Makefile Tue Oct 7 16:35:28 1997 +--- /dev/null Tue Oct 7 23:33:35 1997 ++++ Makefile Tue Oct 7 23:42:51 1997 @@ -0,0 +1,8 @@ +PROG= choparp +MAN8= choparp.8 + -+DESTDIR=/usr/local ++DESTDIR=${PREFIX} +BINDIR= /sbin +MANDIR= /man/man + |