diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-17 16:08:59 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-17 16:08:59 +0800 |
commit | 61be261cd6562ea63049f6de859a941016173478 (patch) | |
tree | ed5057677a0b75a72788d32c7a604132f9c22664 /deskutils | |
parent | db74d12b546218a90271ce76de2dcb0be2484af8 (diff) | |
download | freebsd-ports-gnome-61be261cd6562ea63049f6de859a941016173478.tar.gz freebsd-ports-gnome-61be261cd6562ea63049f6de859a941016173478.tar.zst freebsd-ports-gnome-61be261cd6562ea63049f6de859a941016173478.zip |
- Change maintainer email to @FreeBSD.org
- Add license (GPLv2)
- Support STAGEDIR
- Add DOCS Option
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xwrits/Makefile | 18 |
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> |