diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-29 16:10:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-29 16:10:50 +0000 |
commit | 7c5fe6ef873c39a5b1e915732253b5027b663e62 (patch) | |
tree | c1989df916fced35a542d5434b5ab45a1a3623db /www/wwwcount/Makefile | |
parent | Make this build under 3.0. (diff) |
Distfile changed without version number bumping
Notes
Notes:
svn path=/head/; revision=8901
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r-- | www/wwwcount/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index e0e1328dafb8..1cd23f78ba94 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.8 1996/11/18 11:42:25 asami Exp $ +# $Id: Makefile,v 1.9 1997/11/06 00:12:09 ache Exp $ # # WWW site: http://www.fccc.edu/users/muquit/Count.html @@ -25,13 +25,12 @@ pre-configure: cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config post-build: - cd ${WRKSRC}/utils; ${MAKE} cd ${WRKSRC}; ./Gen-conf do-install: cd ${WRKSRC}; yes "" | ./Count-install - cd ${WRKSRC}/utils; \ - ${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \ + cd ${WRKSRC}/utils/mkstrip; \ + ${INSTALL_PROGRAM} extdgts mkstrip ${PREFIX}/bin; \ ${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \ ${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits |