diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 03:42:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 03:42:47 +0000 |
commit | ea16ef96ee79d7247796a8677d786f01078d0a75 (patch) | |
tree | b1730bc7ddd1cbd9f6f03e3158d56f640002f768 /www/wwwcount | |
parent | Add $Id$. (diff) |
Reorder variables.
Notes
Notes:
svn path=/head/; revision=3137
Diffstat (limited to '')
-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 14bc3480ccfb..15cf31ad9505 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 |