diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:33:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:33:50 +0000 |
commit | 905f85641e2d0a8b4bd8fcedcfed70dd6cadb95a (patch) | |
tree | daec955e50fa547afbba401d6d022ab06fe15bb8 /app | |
parent | b975a8beeffd102202e45dfabd9b1a5885f813d8 (diff) |
Install app-defaults in right directory
Diffstat (limited to 'app')
-rw-r--r-- | app/xsystrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile index 1eb4ae2e0..cd01f7ee3 100644 --- a/app/xsystrace/Makefile +++ b/app/xsystrace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/27 20:39:39 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/29 11:33:49 matthieu Exp $ PROG= xsystrace MAN= xsystrace.1 @@ -12,9 +12,9 @@ LDADD+= -L${X11BASE}/lib -lXaw -lXt -lXmu -lX11 -lXext SRCS= main.c interface.c callbacks.c policy.c -beforeinstall: +afterinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ - ${.CURDIR}/Xsystrace.ad ${PREFIX}/${LIBDIR}/X11/app-defaults/Xsystrace + ${.CURDIR}/Xsystrace.ad ${DESTDIR}/etc/X11/app-defaults/Xsystrace X11BASE?= /usr/X11R6 MANDIR= ${X11BASE}/man/cat |