diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-19 01:37:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-19 01:37:27 +0000 |
commit | 156652fef4567920ae0f897e14701552f4218547 (patch) | |
tree | 41c8387d2de3b908c10733cdb81dd2b4468ba016 | |
parent | - Add LICENSE_FILE (diff) |
- Clarify LICENSE
- Switch to options helpers
-rw-r--r-- | deskutils/xwrits/Makefile | 6 |
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} |