diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 20:00:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 20:00:43 +0000 |
commit | 88a055c8b12522c7c536630c116f32d790b1ce83 (patch) | |
tree | 74f687548bc54abc3333e42b5ca835d514e63474 /misc | |
parent | e237c4c757123d65776fd584631af51052494b41 (diff) | |
download | ports-88a055c8b12522c7c536630c116f32d790b1ce83.tar.gz ports-88a055c8b12522c7c536630c116f32d790b1ce83.zip |
Notes
Diffstat (limited to 'misc')
-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 |