diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /graphics/gracula | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) |
Notes
Diffstat (limited to 'graphics/gracula')
-rw-r--r-- | graphics/gracula/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile index de5f75276c7e..7c7e6ba8223d 100644 --- a/graphics/gracula/Makefile +++ b/graphics/gracula/Makefile @@ -13,6 +13,8 @@ COMMENT= Graphic Counter Language compiler/interpreter SUB_FILES= pkg-message +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gracula ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/sec2000 ${STAGEDIR}${PREFIX}/bin |