summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-17 20:41:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-17 20:41:37 +0000
commit4fc943a9182c405ee35b7676a55cca27a1abce79 (patch)
tree5c05f45fd368555a38219909d083bd09d2939a43 /app
parentb7fb97dcf959915ae6676528a1e1838c04653c9c (diff)
make the install target more similar to what is done in the base system.
Diffstat (limited to 'app')
-rw-r--r--app/xdm/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper
index 637572d7b..a116402be 100644
--- a/app/xdm/Makefile.bsd-wrapper
+++ b/app/xdm/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2006/11/29 12:11:47 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2006/12/17 20:41:36 matthieu Exp $
PIXMAPDIR=/etc/X11/xdm/pixmaps
@@ -9,7 +9,7 @@ CONFIGURE_ARGS= --enable-privsep \
--with-bw-pixmap=OpenBSD_1bpp.xpm \
--with-color-pixmap=OpenBSD_15bpp.xpm
-extra-install:
+afterinstall:
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_1bpp.xpm $(DESTDIR)$(PIXMAPDIR)
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_4bpp.xpm $(DESTDIR)$(PIXMAPDIR)
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_8bpp.xpm $(DESTDIR)$(PIXMAPDIR)