diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-14 02:10:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-14 02:10:05 +0000 |
commit | 93f3389e875d9c8f092d0d19041157b39af24323 (patch) | |
tree | a420c1786e47c8ca6eddf441c02fba13a250d037 /net-mgmt | |
parent | 427db660b0172f915d2015d0e5d84402e1b75e1c (diff) | |
download | ports-93f3389e875d9c8f092d0d19041157b39af24323.tar.gz ports-93f3389e875d9c8f092d0d19041157b39af24323.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 193fe0e7a4a5..da1ddd708844 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.25 1998/03/04 08:25:10 asami Exp $ +# $Id: Makefile,v 1.26 1998/03/21 12:44:08 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -19,8 +19,6 @@ CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ --with-tk-config=/usr/local/lib/tk8.0 -BROKEN= install - WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 |