diff options
author | asami <asami@FreeBSD.org> | 1996-05-27 11:44:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-27 11:44:31 +0800 |
commit | bd280f52df5c0d29f323bedd126c0c19849c315f (patch) | |
tree | df7fe45e8ec2c91e33c40190241b531bd91cc37d /www | |
parent | 01fe2a3bd9507ffa800b101655dcdfe373bd7d95 (diff) | |
download | freebsd-ports-graphics-bd280f52df5c0d29f323bedd126c0c19849c315f.tar.gz freebsd-ports-graphics-bd280f52df5c0d29f323bedd126c0c19849c315f.tar.zst freebsd-ports-graphics-bd280f52df5c0d29f323bedd126c0c19849c315f.zip |
Define NO_CONFIGURE (hostname compiled in).
Diffstat (limited to 'www')
-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 15cf31ad950..00b9f007acc 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 |