summaryrefslogtreecommitdiff
path: root/x11/xloadimage
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-10 02:23:36 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1998-06-10 02:23:36 +0000
commit521b4b187f9b4580ef22e2a2c28e2e5a8ec39c6e (patch)
treea1c523749b9e626090f5e568d8f1d4503f87f82d /x11/xloadimage
parentupgrade to 3.31 (diff)
Install the app-default file instead of installing the executables twice.
Notes
Notes: svn path=/head/; revision=11370
Diffstat (limited to 'x11/xloadimage')
-rw-r--r--x11/xloadimage/Makefile4
-rw-r--r--x11/xloadimage/pkg-plist1
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