diff options
author | arved <arved@FreeBSD.org> | 2010-08-15 17:33:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-08-15 17:33:46 +0800 |
commit | f3da584189e757f0785c15083f6d74cf43777e75 (patch) | |
tree | 2623cda2146c29c4488ff7706c485e392691c859 /x11/xinit | |
parent | 1d08ee32e4a50d558a03deee1f6315b1ba17f0ed (diff) | |
download | freebsd-ports-gnome-f3da584189e757f0785c15083f6d74cf43777e75.tar.gz freebsd-ports-gnome-f3da584189e757f0785c15083f6d74cf43777e75.tar.zst freebsd-ports-gnome-f3da584189e757f0785c15083f6d74cf43777e75.zip |
Fix occurrences of /usr/local in xinit manpage
PR: 146262
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'x11/xinit')
-rw-r--r-- | x11/xinit/Makefile | 2 |
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> |