aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xwrits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-19 01:37:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-19 01:37:27 +0000
commit156652fef4567920ae0f897e14701552f4218547 (patch)
tree41c8387d2de3b908c10733cdb81dd2b4468ba016 /deskutils/xwrits
parent6b2d11a23dfcfa1763c3ded7a157599cc691fd8c (diff)
downloadports-156652fef4567920ae0f897e14701552f4218547.tar.gz
ports-156652fef4567920ae0f897e14701552f4218547.zip
- Clarify LICENSE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=403998
Diffstat (limited to 'deskutils/xwrits')
-rw-r--r--deskutils/xwrits/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile
index 70675e3dd3ea..79a8d91c68b7 100644
--- a/deskutils/xwrits/Makefile
+++ b/deskutils/xwrits/Makefile
@@ -10,19 +10,19 @@ MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Reminds you to take wrist breaks
-LICENSE= GPLv2
+LICENSE= GPLv2 # only
GNU_CONFIGURE= yes
-
USE_XORG= ice sm x11 xau xdmcp xext xinerama
PLIST_FILES= bin/xwrits \
man/man1/xwrits.1.gz
PORTDOCS= GESTURES NEWS README TODO
+
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}