diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 04:00:43 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 04:00:43 +0800 |
commit | 3e32518b8024906e085b3a7bd35e3fdcc4ab42c4 (patch) | |
tree | 74f687548bc54abc3333e42b5ca835d514e63474 /textproc | |
parent | ab880c4947d2dc8dcfde970399d2d5d5821e3365 (diff) | |
download | freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.tar.gz freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.tar.zst freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.zip |
Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pygments/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index 310b8cbd203c..e7c83ba70fb4 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -18,4 +18,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> |