aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1998-06-18 04:12:02 +0800
committerjmz <jmz@FreeBSD.org>1998-06-18 04:12:02 +0800
commit641677d836e4e67e299e6287442bc8eb4a513338 (patch)
tree086497a02cc6649602c55547562fdaf94e0385d3 /x11
parentafd53cfbe6704425f48f6d2ee08ef4934fda5fb0 (diff)
downloadfreebsd-ports-gnome-641677d836e4e67e299e6287442bc8eb4a513338.tar.gz
freebsd-ports-gnome-641677d836e4e67e299e6287442bc8eb4a513338.tar.zst
freebsd-ports-gnome-641677d836e4e67e299e6287442bc8eb4a513338.zip
Edit the pathname of the configuration file in the man page.
Diffstat (limited to 'x11')
-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>