aboutsummaryrefslogtreecommitdiff
path: root/x11/xinit/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-09-22 13:51:54 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-09-22 13:51:54 +0000
commit05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f (patch)
tree901e0f3589c05a04638e25b8ea01f3e0f3eb594f /x11/xinit/Makefile
parentabdec19d38d6f1e58e3cb18eecd96d181efdd048 (diff)
downloadports-05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f.tar.gz
ports-05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f.zip
Notes
Diffstat (limited to 'x11/xinit/Makefile')
-rw-r--r--x11/xinit/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index 16ec0d9dd419..7b92be23ab24 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= xinit
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.3.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window System initializer
+LICENSE= MIT
+
XORG_CAT= app
USE_XORG= x11
@@ -23,6 +24,6 @@ MAN1= startx.1 xinit.1
post-patch:
@${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/xinit.man
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man
.include <bsd.port.mk>