diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-10-05 04:52:23 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-10-05 04:52:23 +0000 |
commit | 6584d445503e69137cfa902669b4c515a1e0219a (patch) | |
tree | 4ea678f318d451a18dc33cd56decd09672a4c07c /www/wwwcount/Makefile | |
parent | Update to 0.9.0 (diff) |
Update to 2.5
PR: ports/13689
Submitted by: dervish@ikhala.tcimet.net
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r-- | www/wwwcount/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 030739794003..973fc6da66cb 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,19 +1,15 @@ # New ports collection makefile for: wwwcount -# Version required: 2.4 +# Version required: 2.5 # Date created: 16 May 1996 # Whom: ache # # $FreeBSD$ # -# WWW site: http://www.fccc.edu/users/muquit/Count.html -# For digit images look at: -# http://www.digitmania.holowww.com/ - -DISTNAME= wwwcount2.4 -PKGNAME= wwwcount-2.4 +DISTNAME= wwwcount2.5 +PKGNAME= wwwcount-2.5 CATEGORIES= www -MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.4/ +MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.5/ MAINTAINER= dervish@ikhala.tcimet.net @@ -23,15 +19,17 @@ USE_GMAKE= yes MAN1= mkstrip.1 pre-configure: - cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config + cd ${WRKSRC}; PREFIX=${PREFIX} ./Count-config post-build: cd ${WRKSRC}; ./Gen-conf do-install: cd ${WRKSRC}; yes "" | ./Count-install + cd ${WRKSRC}/utils/extdgts; \ + ${INSTALL_PROGRAM} extdgts ${PREFIX}/bin; cd ${WRKSRC}/utils/mkstrip; \ - ${INSTALL_PROGRAM} extdgts mkstrip ${PREFIX}/bin; \ + ${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \ ${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \ ${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits |