diff options
author | pav <pav@FreeBSD.org> | 2009-03-20 00:55:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-20 00:55:13 +0800 |
commit | 717fb1ca76c752b3c84a01194871b87116bc345a (patch) | |
tree | c9f58f990075583135c07c2d75fc7f18f2ef0cbe /x11 | |
parent | 636381699943c21e8236cc9eb1faad69acce2ca5 (diff) | |
download | freebsd-ports-graphics-717fb1ca76c752b3c84a01194871b87116bc345a.tar.gz freebsd-ports-graphics-717fb1ca76c752b3c84a01194871b87116bc345a.tar.zst freebsd-ports-graphics-717fb1ca76c752b3c84a01194871b87116bc345a.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')
-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 cadb0200ca1..c586a951d8f 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> |