diff options
author | ache <ache@FreeBSD.org> | 1996-09-06 22:18:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-06 22:18:28 +0800 |
commit | 320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18 (patch) | |
tree | e5422838941a9dd955f1c8def6efbbca0e24561d /www/wwwcount/Makefile | |
parent | 66d80070c8b1fb353e7aab2d46bde051ee21cf0f (diff) | |
download | freebsd-ports-graphics-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.tar.gz freebsd-ports-graphics-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.tar.zst freebsd-ports-graphics-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.zip |
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 00b9f007acc..e8b7f26954e 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> |