diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 03:44:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 03:44:31 +0000 |
commit | 58737913fc1f8a04e8ce8b3e1c40dd22668a8095 (patch) | |
tree | 36a9b7dcee71b755efe8c8da39dd29d346b805a2 /www/wwwcount | |
parent | Reorder variables. (diff) |
Define NO_CONFIGURE (hostname compiled in).
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 15cf31ad9505..00b9f007acc2 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/05/16 21:15:35 ache Exp $ +# $Id: Makefile,v 1.3 1996/05/27 03:42:47 asami Exp $ # # WWW site: http://www.semcor.com/~muquit/Count.html @@ -17,6 +17,7 @@ MASTER_SITES= ftp://warm.semcor.com/pub/muquit/wwwcount2.3/ MAINTAINER= ache@FreeBSD.ORG +NO_PACKAGE= yes # hostname compiled in GNU_CONFIGURE= yes IS_INTERACTIVE= yes |