Update to tcpdump.org cvs snapshot 2002.04.15

Use sbin instead of bin (per original source code)
This commit is contained in:
Scott Mace 2002-04-15 21:59:34 +00:00
parent 08ead3b1c5
commit c3ac7b0f5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57740
4 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= tcpslice
PORTVERSION= 1.2a1
PORTVERSION= 2002.04.15
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
MASTER_SITES= http://www.tcpdump.org/weekly/
MAINTAINER= smace@freebsd.org

View File

@ -1 +1 @@
MD5 (tcpslice-1.2a1.tar.gz) = 37d78ae883df2d8b42766b413a2088f1
MD5 (tcpslice-2002.04.15.tar.gz) = c880593644a45981ffe531ed24156c58

View File

@ -1,11 +1,11 @@
--- Makefile.in.orig Mon Apr 15 12:07:52 2002
+++ Makefile.in Mon Apr 15 12:12:07 2002
--- Makefile.in.orig Mon Sep 3 15:01:12 2001
+++ Makefile.in Mon Apr 15 16:54:29 2002
@@ -27,9 +27,9 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
# Pathname of directory to install the binary
-BINDEST = @sbindir@
+BINDIR = @bindir@
+BINDIR = @sbindir@
# Pathname of directory to install the man page
-MANDEST = @mandir@
+MANDIR = @mandir@

View File

@ -1 +1 @@
bin/tcpslice
sbin/tcpslice