Add Makefile wrapper to build ports growth graph as part of web site build

process
This commit is contained in:
Alexey Zelkin 2002-05-20 12:43:10 +00:00
parent 903b4b5348
commit 08267f57f3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13155

8
en/ports/growth/Makefile Normal file
View file

@ -0,0 +1,8 @@
# $FreeBSD$
#
TOOLDIR=${.CURDIR}/../../../tools/portsgrowth
all clean install:
(cd ${TOOLDIR} && make ${.TARGET})