diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-06-10 02:23:36 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-06-10 02:23:36 +0000 |
commit | 521b4b187f9b4580ef22e2a2c28e2e5a8ec39c6e (patch) | |
tree | a1c523749b9e626090f5e568d8f1d4503f87f82d /x11 | |
parent | 2193d7be94895279c23e991c01cf1bfb20798b52 (diff) | |
download | ports-521b4b187f9b4580ef22e2a2c28e2e5a8ec39c6e.tar.gz ports-521b4b187f9b4580ef22e2a2c28e2e5a8ec39c6e.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xloadimage/Makefile | 4 | ||||
-rw-r--r-- | x11/xloadimage/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index a31ff6fd6502..cb25afd65910 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -3,7 +3,7 @@ # Date created: 9 January 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1996/11/18 11:44:23 asami Exp $ +# $Id: Makefile,v 1.8 1998/06/09 00:47:32 jmz Exp $ # DISTNAME= xloadimage.4.1 @@ -23,7 +23,7 @@ do-configure: do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${X11BASE}/bin - cd ${WRKSRC} && ${INSTALL_DATA} 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 .include <bsd.port.mk> diff --git a/x11/xloadimage/pkg-plist b/x11/xloadimage/pkg-plist index 919d542adac5..258d465ee3e1 100644 --- a/x11/xloadimage/pkg-plist +++ b/x11/xloadimage/pkg-plist @@ -1,3 +1,4 @@ bin/uufilter bin/xloadimage +lib/X11/app-defaults/Xloadimage man/man1/xloadimage.1.gz |