summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch)
tree58e7abcdb7f57e16ff96f071c49c88244a440598 /x11
parentfa1d1e4d83108ff37c97627528c2face622cdd11 (diff)
downloadFreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip
FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz
sed -> ${SED}
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 7c76454..3e2d239 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 January 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.13 1998/10/15 11:10:02 jseger Exp $
+# $Id: Makefile,v 1.14 1998/10/16 02:12:34 jseger Exp $
#
DISTNAME= xloadimage.4.1
@@ -28,6 +28,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} && sed -e s:/usr/lib/X11/Xloadimage:${X11BASE}/lib/X11/app-defaults/Xloadimage: < xloadimage.man |${GZIP_CMD} >${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>
OpenPOWER on IntegriCloud