mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
12 lines
209 B
Makefile
12 lines
209 B
Makefile
PKGNAMESUFFIX= -doc
|
|
|
|
COMMENT= Documentation of Jinja2 template engine
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-Jinja2
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_DEFAULT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|