diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-06 14:18:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-06 14:18:28 +0000 |
commit | 944b0e3048913bd77e0c46c872d853bc0c3749e0 (patch) | |
tree | 4bd529221def3865a051aa4ee56a6cf2f48dd83a /www/wwwcount/Makefile | |
parent | upgrade to v1.5 (diff) |
Location changed
Better fit to FreeBSD directory structure
NO_PACKAGE removed, hostname is in config files, not compiled in
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r-- | www/wwwcount/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 00b9f007acc2..e8b7f26954e2 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,21 +3,20 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.3 1996/05/27 03:42:47 asami Exp $ +# $Id: Makefile,v 1.4 1996/05/27 03:44:31 asami Exp $ # -# WWW site: http://www.semcor.com/~muquit/Count.html +# WWW site: http://www.fccc.edu/users/muquit/Count.html # For digit images look at: -# http://cervantes.learningco.com/kevin/digits/index.html +# http://www.digitmania.holowww.com/ DISTNAME= wwwcount2.3 PKGNAME= wwwcount-2.3 CATEGORIES+= www -MASTER_SITES= ftp://warm.semcor.com/pub/muquit/wwwcount2.3/ +MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.3/ MAINTAINER= ache@FreeBSD.ORG -NO_PACKAGE= yes # hostname compiled in GNU_CONFIGURE= yes IS_INTERACTIVE= yes @@ -33,6 +32,6 @@ do-install: cd ${WRKSRC}/utils; \ ${INSTALL} -s -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} mkstrip ${PREFIX}/bin; \ ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} mkstrip.1 ${PREFIX}/man/man1; \ - ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} mkstrip.sh ${PREFIX}/etc/Counter/digits + ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} mkstrip.sh ${PREFIX}/lib/Counter/digits .include <bsd.port.mk> |