diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-25 00:04:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-25 00:04:05 +0000 |
commit | 4605a8fd7306615ecd45ebf33b102d08873a72ac (patch) | |
tree | 390a99ea5ca2c852851534927f38f74449fe36bc /net/mtr | |
parent | 4fc42bbb5df1f0ed818ca86f2e191e8f2ebc1d8a (diff) | |
download | ports-4605a8fd7306615ecd45ebf33b102d08873a72ac.tar.gz ports-4605a8fd7306615ecd45ebf33b102d08873a72ac.zip |
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 1d9beb66f9cd..930fc5f1d53a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -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> |