diff options
author | Alexandre Anriot <aanriot@cvs.openbsd.org> | 2007-03-30 17:24:14 +0000 |
---|---|---|
committer | Alexandre Anriot <aanriot@cvs.openbsd.org> | 2007-03-30 17:24:14 +0000 |
commit | d111d66f3859509ea106b01c155e67adfa67d2fc (patch) | |
tree | 97140cbc414dbe61e64a88ddc0729b548a804b97 /app/ssh-askpass | |
parent | 6dcaca2663d59dcdf7aa99a6d6ab9d23eefd688b (diff) |
- add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk).
- start using it in fvwm, ssh-askpass and xsystrace (more to come).
ok matthieu@
Diffstat (limited to 'app/ssh-askpass')
-rw-r--r-- | app/ssh-askpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/ssh-askpass/Makefile b/app/ssh-askpass/Makefile index 590eca068..3fef503de 100644 --- a/app/ssh-askpass/Makefile +++ b/app/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/01/07 14:04:46 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2007/03/30 17:24:13 aanriot Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -30,7 +30,7 @@ $(CLASS).ad: $(APP_DEFAULTS) ln -s $(.CURDIR)/$(APP_DEFAULTS) $(CLASS).ad afterinstall: - $(INSTALL) $(INSTALL_COPY) -o $(BINOWN) -g $(BINGRP) $(CLASS).ad \ + ${INSTALL_DATA} $(CLASS).ad \ $(DESTDIR)/etc/X11/app-defaults/$(CLASS) beforedepend: $(CLASS)_ad.h |