diff options
author | jmz <jmz@FreeBSD.org> | 1998-06-10 10:23:36 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1998-06-10 10:23:36 +0800 |
commit | e91a5fff2b9409c2c6ff24a039089f80a490d986 (patch) | |
tree | 76cb9c0541bf637e2b33f7bcf8a4fdc59b5bac90 /x11 | |
parent | 12f946580753f26c991d3e82b7cdb949a5e8b07d (diff) | |
download | freebsd-ports-gnome-e91a5fff2b9409c2c6ff24a039089f80a490d986.tar.gz freebsd-ports-gnome-e91a5fff2b9409c2c6ff24a039089f80a490d986.tar.zst freebsd-ports-gnome-e91a5fff2b9409c2c6ff24a039089f80a490d986.zip |
Install the app-default file instead of installing the executables twice.
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 |