diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:44:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:44:08 +0000 |
commit | 79acf0faa1659053287e18f1afac099ea22c319d (patch) | |
tree | b48472fbdbfc050711527883542c450ee5c0e87e /net/scotty3 | |
parent | 8cd267e1b8d3ee2c33428a1623fa5a92f5a2f754 (diff) | |
download | ports-79acf0faa1659053287e18f1afac099ea22c319d.tar.gz ports-79acf0faa1659053287e18f1afac099ea22c319d.zip |
Notes
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index d9a938a53526..193fe0e7a4a5 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.24 1998/02/18 01:10:40 asami Exp $ +# $Id: Makefile,v 1.25 1998/03/04 08:25:10 asami Exp $ # DISTNAME= scotty-2.1.8 @@ -18,6 +18,9 @@ GNU_CONFIGURE= yes 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 |