diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-20 00:55:13 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-20 00:55:13 +0800 |
commit | d346a3f4f6fcfb217d1fcd235523a5fa8d46931f (patch) | |
tree | f25b8e4acd7e6b94ef20fbf8384262c1cb8b32c9 /x11/xinit | |
parent | 0e6dd759f84bb07c69d945f7eea6d1748c770368 (diff) | |
download | freebsd-ports-gnome-d346a3f4f6fcfb217d1fcd235523a5fa8d46931f.tar.gz freebsd-ports-gnome-d346a3f4f6fcfb217d1fcd235523a5fa8d46931f.tar.zst freebsd-ports-gnome-d346a3f4f6fcfb217d1fcd235523a5fa8d46931f.zip |
- 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
Diffstat (limited to 'x11/xinit')
-rw-r--r-- | x11/xinit/Makefile | 4 |
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> |