diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /x11/xloadimage | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) | |
download | ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip |
Notes
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 7c764543f627..3e2d2399588d 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> |