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 /misc/figlet | |
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 'misc/figlet')
-rw-r--r-- | misc/figlet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 2bb95cef456e..413128559884 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ENV= datadir=${DATADIR} prefix=${PREFIX} MAKE_ARGS= LD=${CC} +OPTIONS_DEFINE= DOCS + regression-test: @ cd ${WRKSRC} && ${MAKE} check |