diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:22:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:22:17 +0000 |
commit | 746c1a1bf0b2403589142d3b99ccc0c5921e566e (patch) | |
tree | f56e22b5ab5fb6d7ee3b224183656d764e249306 /www/webcrawl/Makefile | |
parent | 969dfa17d9da48d6476778b3b05c9bcd9e3b9fce (diff) | |
download | ports-746c1a1bf0b2403589142d3b99ccc0c5921e566e.tar.gz ports-746c1a1bf0b2403589142d3b99ccc0c5921e566e.zip |
Notes
Diffstat (limited to 'www/webcrawl/Makefile')
-rw-r--r-- | www/webcrawl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/webcrawl/Makefile b/www/webcrawl/Makefile index ed6520e4e835..aa85ad8494e4 100644 --- a/www/webcrawl/Makefile +++ b/www/webcrawl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: webcrawl -# Version required: 1.00 +# Version required: 1.10 # Date created: 31 January 1999 # Whom: Dima Sivachenko # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1999/02/03 21:26:59 billf Exp $ # -DISTNAME= webcrawl-1.00 +DISTNAME= webcrawl-1.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/mirroring @@ -19,7 +19,6 @@ ALL_TARGET= MAN1= webcrawl.1 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/ @ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/ |