diff options
author | asami <asami@FreeBSD.org> | 1996-05-27 11:42:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-27 11:42:47 +0800 |
commit | 01fe2a3bd9507ffa800b101655dcdfe373bd7d95 (patch) | |
tree | 81803458cdfcf3f0a68fde6169fb15282df86dda /www/wwwcount | |
parent | 59839d2e46a83a39fc5f905148167c990d642193 (diff) | |
download | freebsd-ports-gnome-01fe2a3bd9507ffa800b101655dcdfe373bd7d95.tar.gz freebsd-ports-gnome-01fe2a3bd9507ffa800b101655dcdfe373bd7d95.tar.zst freebsd-ports-gnome-01fe2a3bd9507ffa800b101655dcdfe373bd7d95.zip |
Reorder variables.
Diffstat (limited to 'www/wwwcount')
-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 |