diff options
author | max <max@FreeBSD.org> | 1997-08-24 19:47:19 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-08-24 19:47:19 +0000 |
commit | 033eddbf82bec33768763f9a3e72d44326a48a64 (patch) | |
tree | 90e17f498bb88bad60769deea4ee19c2cc310fef /sysutils/contool | |
parent | c30c09f12483288cf613cf5dba7a115fa5681de2 (diff) | |
download | FreeBSD-ports-033eddbf82bec33768763f9a3e72d44326a48a64.zip FreeBSD-ports-033eddbf82bec33768763f9a3e72d44326a48a64.tar.gz |
Update the MASTER_SITES.
PR: 4359
Submitted by: the maintainer
While at it, remove unnecessary blank line.
Found by: portlint
Diffstat (limited to 'sysutils/contool')
-rw-r--r-- | sysutils/contool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 0efbb64..a5ae763 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -3,12 +3,12 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.1.1.1 1997/01/06 10:26:27 obrien Exp $ +# $Id: Makefile,v 1.2 1997/01/09 00:27:41 obrien Exp $ # DISTNAME= contool-3.3a CATEGORIES= sysutils -MASTER_SITES= http://melmac.corp.harris.com/files/ +MASTER_SITES= ftp://ftp.kfu.com/pub/ EXTRACT_SUFX= .tar.Z MAINTAINER= nsayer@quack.kfu.com @@ -19,7 +19,6 @@ NO_CDROM= "source code cannot be sold, nor can you incorporate the source code i NO_WRKSUBDIR= yes USE_IMAKE= yes - pre-install: @${MKDIR} ${PREFIX}/lib/help |