aboutsummaryrefslogtreecommitdiff
path: root/x11/xinit
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-08-15 09:33:46 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-08-15 09:33:46 +0000
commitfbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4 (patch)
tree66f3362c75e8510381fd5b07166ddd57f6f01013 /x11/xinit
parent70b6d202edefdc0a9b8b7372362cdf7e645cd4b6 (diff)
downloadports-fbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4.tar.gz
ports-fbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4.zip
Fix occurrences of /usr/local in xinit manpage
PR: 146262 Submitted by: Anonymous <swell.k@gmail.com>
Notes
Notes: svn path=/head/; revision=259285
Diffstat (limited to 'x11/xinit')
-rw-r--r--x11/xinit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index 035cea72c22a..16ec0d9dd419 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xinit
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -22,5 +23,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
.include <bsd.port.mk>