aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xwrits
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-17 08:08:59 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-17 08:08:59 +0000
commit78c21ecb2c0e6c2ed98bc8416c90a1d73b4f7055 (patch)
treeed5057677a0b75a72788d32c7a604132f9c22664 /deskutils/xwrits
parentabfead70c88e26466a55b7ffe478c4b3e99aa612 (diff)
downloadports-78c21ecb2c0e6c2ed98bc8416c90a1d73b4f7055.tar.gz
ports-78c21ecb2c0e6c2ed98bc8416c90a1d73b4f7055.zip
- Change maintainer email to @FreeBSD.org
- Add license (GPLv2) - Support STAGEDIR - Add DOCS Option Approved by: pawel / wg (mentors, implicit)
Notes
Notes: svn path=/head/; revision=336697
Diffstat (limited to 'deskutils/xwrits')
-rw-r--r--deskutils/xwrits/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/deskutils/xwrits/Makefile b/deskutils/xwrits/Makefile
index 83254ee12c18..447687c4b097 100644
--- a/deskutils/xwrits/Makefile
+++ b/deskutils/xwrits/Makefile
@@ -6,26 +6,24 @@ PORTVERSION= 2.26
CATEGORIES= deskutils
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Reminds you to take wrist breaks
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xau xdmcp xext xinerama
-PLIST_FILES= bin/xwrits
-
-MAN1= xwrits.1
+PLIST_FILES= bin/xwrits \
+ man/man1/xwrits.1.gz
PORTDOCS= GESTURES NEWS README TODO
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>