From 04cda501bbf08e37995d7cbbc4aa880fa6a9581f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 19 Dec 2015 01:37:27 +0000 Subject: - Clarify LICENSE - Switch to options helpers --- deskutils/xwrits/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deskutils/xwrits') 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} -- cgit