summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-19 16:55:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-19 16:55:13 +0000
commitd346a3f4f6fcfb217d1fcd235523a5fa8d46931f (patch)
treef25b8e4acd7e6b94ef20fbf8384262c1cb8b32c9 /x11
parent- Update to 1.90 (diff)
- Use full path to base system hexdump(1) to prevent clash with
devel/p5-Data-HexDump package PR: ports/131304 Submitted by: System V. Unix <sysv@yahoo.com> Ok'ed by: flz
Notes
Notes: svn path=/head/; revision=230417
Diffstat (limited to 'x11')
-rw-r--r--x11/xinit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index cadb0200ca19..c586a951d8f7 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xinit
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -20,4 +21,7 @@ PLIST_DIRS= lib/X11/xinit
MAN1= startx.1 xinit.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
+
.include <bsd.port.mk>