svn commit: r403998 - head/deskutils/xwrits

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 19 01:37:28 UTC 2015


Author: amdmi3
Date: Sat Dec 19 01:37:27 2015
New Revision: 403998
URL: https://svnweb.freebsd.org/changeset/ports/403998

Log:
  - Clarify LICENSE
  - Switch to options helpers

Modified:
  head/deskutils/xwrits/Makefile

Modified: head/deskutils/xwrits/Makefile
==============================================================================
--- head/deskutils/xwrits/Makefile	Sat Dec 19 01:37:20 2015	(r403997)
+++ head/deskutils/xwrits/Makefile	Sat Dec 19 01:37:27 2015	(r403998)
@@ -10,19 +10,19 @@ MASTER_SITES=	http://www.lcdf.org/${PORT
 MAINTAINER=	ports at 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}
 


More information about the svn-ports-head mailing list