Minor cleanups including fixing the executable so it actually

runs under -current.  It seems our setsockopt doesn't handle
sizeof(char) for an option.
This commit is contained in:
Steve Price 1998-08-25 00:04:05 +00:00
parent 4fc42bbb5d
commit 4605a8fd73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12815

View File

@ -3,7 +3,7 @@
# Date created: 12 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
# $Id: Makefile,v 1.1.1.1 1998/08/24 01:56:04 steve Exp $
#
DISTNAME= mtr-0.21
@ -15,9 +15,12 @@ MAINTAINER= billf@chc-chimes.com
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
FETCH_BEFORE_ARGS= -b
USE_AUTOCONF= hellyeah
USE_X11= youbet
USE_AUTOCONF= yes
USE_XLIB= yes
MAN8= mtr.8
post-install:
@chown root ${PREFIX}/sbin/mtr
.include <bsd.port.mk>