diff options
author | smace <smace@FreeBSD.org> | 1998-09-28 18:02:05 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-28 18:02:05 +0000 |
commit | e5bc7066d0459965635af6c55adcde9697a1db9d (patch) | |
tree | 199ab09b1bc1e55ca954855290fbfb09d8c68f8c /www/wwwcount | |
parent | 80fdbcd8cd465417c2ba798ef9659141d60c6d91 (diff) | |
download | FreeBSD-ports-e5bc7066d0459965635af6c55adcde9697a1db9d.zip FreeBSD-ports-e5bc7066d0459965635af6c55adcde9697a1db9d.tar.gz |
use gmake instead of make
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index db3894e..88d5255 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.10 1997/11/29 16:10:33 ache Exp $ +# $Id: Makefile,v 1.11 1998/06/07 11:10:15 ache Exp $ # # WWW site: http://www.fccc.edu/users/muquit/Count.html @@ -19,6 +19,7 @@ MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= yes IS_INTERACTIVE= yes +USE_GMAKE= yes MAN1= mkstrip.1 pre-configure: |