summaryrefslogtreecommitdiff
path: root/www/wwwcount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r--www/wwwcount/Makefile11
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>