diff options
author | asami <asami@FreeBSD.org> | 1996-05-27 03:42:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-27 03:42:47 +0000 |
commit | 01fe2a3bd9507ffa800b101655dcdfe373bd7d95 (patch) | |
tree | 81803458cdfcf3f0a68fde6169fb15282df86dda /www/wwwcount/Makefile | |
parent | 59839d2e46a83a39fc5f905148167c990d642193 (diff) | |
download | FreeBSD-ports-01fe2a3bd9507ffa800b101655dcdfe373bd7d95.zip FreeBSD-ports-01fe2a3bd9507ffa800b101655dcdfe373bd7d95.tar.gz |
Reorder variables.
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r-- | www/wwwcount/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 14bc348..15cf31a 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,24 +1,25 @@ # New ports collection makefile for: wwwcount -# WWW site: http://www.semcor.com/~muquit/Count.html -# For digit images look at: -# http://cervantes.learningco.com/kevin/digits/index.html -# # Version required: 2.3 # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/05/16 20:43:58 ache Exp $ +# $Id: Makefile,v 1.2 1996/05/16 21:15:35 ache Exp $ # +# WWW site: http://www.semcor.com/~muquit/Count.html +# For digit images look at: +# http://cervantes.learningco.com/kevin/digits/index.html + DISTNAME= wwwcount2.3 PKGNAME= wwwcount-2.3 CATEGORIES+= www MASTER_SITES= ftp://warm.semcor.com/pub/muquit/wwwcount2.3/ -GNU_CONFIGURE= yes -IS_INTERACTIVE= yes MAINTAINER= ache@FreeBSD.ORG +GNU_CONFIGURE= yes +IS_INTERACTIVE= yes + pre-configure: cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config |