diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-06-17 20:12:02 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-06-17 20:12:02 +0000 |
commit | 2c6e4ac952b3514726c97a794ed2622263ffe317 (patch) | |
tree | 4026cb8b4f161473680df461609211e48e06982d /x11/xloadimage | |
parent | b73b04bb881c3426137766db278492647892a584 (diff) | |
download | ports-2c6e4ac952b3514726c97a794ed2622263ffe317.tar.gz ports-2c6e4ac952b3514726c97a794ed2622263ffe317.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 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> |