summaryrefslogtreecommitdiff
path: root/x11/xloadimage
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-17 20:12:02 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-17 20:12:02 +0000
commit2c6e4ac952b3514726c97a794ed2622263ffe317 (patch)
tree4026cb8b4f161473680df461609211e48e06982d /x11/xloadimage
parentDistfile and path have changed. (diff)
Edit the pathname of the configuration file in the man page.
Notes
Notes: svn path=/head/; revision=11464
Diffstat (limited to 'x11/xloadimage')
-rw-r--r--x11/xloadimage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index cb25afd65910..c3cf88d306e3 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 January 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.8 1998/06/09 00:47:32 jmz Exp $
+# $Id: Makefile,v 1.9 1998/06/10 02:23:25 jmz Exp $
#
DISTNAME= xloadimage.4.1
@@ -24,6 +24,6 @@ do-configure:
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${X11BASE}/bin
cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${X11BASE}/lib/X11/app-defaults/Xloadimage
- cd ${WRKSRC} && ${GZIP_CMD} < xloadimage.man >${X11BASE}/man/man1/xloadimage.1.gz
+ cd ${WRKSRC} && sed -e s:/usr/lib/X11/Xloadimage:${X11BASE}/lib/X11/app-defaults/Xloadimage: < xloadimage.man |${GZIP_CMD} >${X11BASE}/man/man1/xloadimage.1.gz
.include <bsd.port.mk>