aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/twander/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-07-01 13:16:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-07-01 13:16:49 +0000
commit3869f1df14cc210b3ea5d0f98489fcc5a3da240f (patch)
tree89393853fceda3b688d1d6598eea670494d17e04 /x11-fm/twander/Makefile
parente746a0ec345dc23f4a7f1faebdc55ff38a7a5719 (diff)
downloadports-3869f1df14cc210b3ea5d0f98489fcc5a3da240f.tar.gz
ports-3869f1df14cc210b3ea5d0f98489fcc5a3da240f.zip
Notes
Diffstat (limited to 'x11-fm/twander/Makefile')
-rw-r--r--x11-fm/twander/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-fm/twander/Makefile b/x11-fm/twander/Makefile
index 03e574c8048e..4776a1e3453a 100644
--- a/x11-fm/twander/Makefile
+++ b/x11-fm/twander/Makefile
@@ -14,16 +14,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkin
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
+OPTIONS_DEFINE= DOCS
-MANCOMPRESSED= yes
-MAN1= twander.1
+.include <bsd.port.options.mk>
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in READ-1ST.txt WHATSNEW.txt .twander twander-license.txt twander.html twander.pdf twander.ps twander.txt
- @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif