diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-29 18:26:00 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-07-29 18:26:00 +0000 |
commit | 7761aefad2158283f2753be8926f01f87d7876a8 (patch) | |
tree | 5ee8fd1ef51fc559a9ef5cca57a05abf4d5e8a58 /x11/xinit | |
parent | 228cdb0c0b5844ac0aa7fa9d07eae943d5312a12 (diff) | |
download | ports-7761aefad2158283f2753be8926f01f87d7876a8.tar.gz ports-7761aefad2158283f2753be8926f01f87d7876a8.zip |
Notes
Diffstat (limited to 'x11/xinit')
-rw-r--r-- | x11/xinit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 3bf4fc47fc78..52d388fe3d53 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -24,6 +24,7 @@ PLIST_DIRS= lib/X11/xinit MAN1= startx.1 xinit.1 post-patch: + @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man |