svn commit: r336697 - head/deskutils/xwrits
Rusmir Dusko
nemysis at FreeBSD.org
Tue Dec 17 08:08:59 UTC 2013
Author: nemysis
Date: Tue Dec 17 08:08:59 2013
New Revision: 336697
URL: http://svnweb.freebsd.org/changeset/ports/336697
Log:
- Change maintainer email to @FreeBSD.org
- Add license (GPLv2)
- Support STAGEDIR
- Add DOCS Option
Approved by: pawel / wg (mentors, implicit)
Modified:
head/deskutils/xwrits/Makefile
Modified: head/deskutils/xwrits/Makefile
==============================================================================
--- head/deskutils/xwrits/Makefile Tue Dec 17 08:01:59 2013 (r336696)
+++ head/deskutils/xwrits/Makefile Tue Dec 17 08:08:59 2013 (r336697)
@@ -6,26 +6,24 @@ PORTVERSION= 2.26
CATEGORIES= deskutils
MASTER_SITES= http://www.lcdf.org/${PORTNAME}/
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at 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>
More information about the svn-ports-all
mailing list