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 /games/thudboard/Makefile | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) | |
download | ports-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.gz ports-bdeb8561511e9869fe7b4735106e13b68b529eb8.zip |
Notes
Diffstat (limited to 'games/thudboard/Makefile')
-rw-r--r-- | games/thudboard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/thudboard/Makefile b/games/thudboard/Makefile index 3a6f0a5a098d..77ab86f76e0b 100644 --- a/games/thudboard/Makefile +++ b/games/thudboard/Makefile @@ -17,6 +17,8 @@ USE_PYTHON= yes SUB_FILES= thudboard +OPTIONS_DEFINE= DOCS + post-patch: ${REINPLACE_CMD} -e 's|file:.*/docs|file://${DOCSDIR}|' \ ${WRKDIR}/thud.py |