Add Makefile wrapper to build ports growth graph as part of web site build
process
This commit is contained in:
parent
903b4b5348
commit
08267f57f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13155
1 changed files with 8 additions and 0 deletions
8
en/ports/growth/Makefile
Normal file
8
en/ports/growth/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
TOOLDIR=${.CURDIR}/../../../tools/portsgrowth
|
||||
|
||||
all clean install:
|
||||
(cd ${TOOLDIR} && make ${.TARGET})
|
||||
|
Loading…
Reference in a new issue