diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 09:33:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 09:33:46 +0000 |
commit | fbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4 (patch) | |
tree | 66f3362c75e8510381fd5b07166ddd57f6f01013 /x11/xinit | |
parent | 70b6d202edefdc0a9b8b7372362cdf7e645cd4b6 (diff) | |
download | ports-fbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4.tar.gz ports-fbd5df9f94b91f0ad33b2eb89e0a7adeba447ed4.zip |
Notes
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> |