aboutsummaryrefslogtreecommitdiff
path: root/x11/xxkb/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-05-20 04:46:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-05-20 04:46:59 +0000
commitdccb6add28db57cba3eb50044d5f20a589ddec84 (patch)
tree2c189ba49b15d18b8b0e3152cd5a91fa319eb809 /x11/xxkb/Makefile
parenteb90479d109bfd7c7a904f7b2e7db6f004d8caf8 (diff)
downloadports-dccb6add28db57cba3eb50044d5f20a589ddec84.tar.gz
ports-dccb6add28db57cba3eb50044d5f20a589ddec84.zip
Notes
Diffstat (limited to 'x11/xxkb/Makefile')
-rw-r--r--x11/xxkb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile
index 2b232bae6f48..f1b092fc65e4 100644
--- a/x11/xxkb/Makefile
+++ b/x11/xxkb/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= xxkb
-PORTVERSION= 1.6
+PORTVERSION= 1.10
CATEGORIES= russian ukrainian
MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/
EXTRACT_SUFX= .tgz
-MAINTAINER= matey@cis.ohio-state.edu
+MAINTAINER= ports@matey.org
COMMENT= An XKB keyboard layout switcher and indicator
+MAN1= xxkb.1
USE_XPM= yes
USE_IMAKE= yes
@@ -23,7 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/*.xpm ${PREFIX}/share/xxkb
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xxkb
-.for FILE in LICENSE CHANGES.koi8 README.koi8 TODO.koi8
+.for FILE in LICENSE CHANGES.koi8 README.koi8
${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/xxkb
.endfor
.endif