diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 04:47:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 04:47:13 +0000 |
commit | dc8e48e6b023014e6e8f0e5d517d02b9c15150c6 (patch) | |
tree | 49fa7cd9d4e2a80ec925f1c523a461649bd52a70 | |
parent | Put MASTER_SITES nd aMASTER-SITE-SUBDIR in right order. (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=8471
-rw-r--r-- | net/nettest/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/nettest/Makefile b/net/nettest/Makefile index 7dd389b05a5e..d53cc5ace723 100644 --- a/net/nettest/Makefile +++ b/net/nettest/Makefile @@ -1,20 +1,22 @@ # New ports collection makefile for: nettest +# Version required: 92/11/09 # Date created: Mon Oct 20 14:30:06 CDT 1997 # Whom: proot@iaces.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/30 11:21:20 jseger Exp $ # DISTNAME= nettest.92.11.09 PKGNAME= nettest-92.11.09 -EXTRACT_SUFX= .tar.Z CATEGORIES= net -NO_WRKSUBDIR= 1 MASTER_SITES= ftp://ftp.cray.com/src/nettest/ -MAN8= nettest.8 +EXTRACT_SUFX= .tar.Z MAINTAINER= proot@iaces.com +NO_WRKSUBDIR= yes +MAN8= nettest.8 + do-install: $(INSTALL_PROGRAM) -s $(WRKSRC)/nettest $(PREFIX)/bin/nettest $(INSTALL_PROGRAM) -s $(WRKSRC)/nettestd $(PREFIX)/bin/nettestd |