diff options
Diffstat (limited to 'app/xterm/Makefile')
-rw-r--r-- | app/xterm/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile index fbb8f77b1..6e2a3dcbe 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2009/09/05 15:58:09 matthieu Exp $ +# $OpenBSD: Makefile,v 1.15 2010/05/08 12:20:46 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= icons resize @@ -54,15 +54,15 @@ CLEANFILES+= ${MAN} afterinstall: ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/uxterm \ ${DESTDIR}${BINDIR} - ${INSTALL} ${INSTALL_COPY} -m 644 ${.CURDIR}/XTerm.ad \ + ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/koi8rxterm \ + ${DESTDIR}${BINDIR} + ${INSTALL_DATA} ${.CURDIR}/XTerm.ad \ ${DESTDIR}${XETC}/app-defaults/XTerm - ${INSTALL} ${INSTALL_COPY} -m 644 ${.CURDIR}/XTerm-col.ad \ + ${INSTALL_DATA} ${.CURDIR}/XTerm-col.ad \ ${DESTDIR}${XETC}/app-defaults/XTerm-color - ${INSTALL} ${INSTALL_COPY} -m 644 ${.CURDIR}/UXTerm.ad \ + ${INSTALL_DATA} ${.CURDIR}/UXTerm.ad \ ${DESTDIR}${XETC}/app-defaults/UXTerm - ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/koi8rxterm \ - ${DESTDIR}${BINDIR} - ${INSTALL} ${INSTALL_COPY} -m 644 ${.CURDIR}/KOI8RXTerm.ad \ + ${INSTALL_DATA} ${.CURDIR}/KOI8RXTerm.ad \ ${DESTDIR}${XETC}/app-defaults/KOI8RXTerm obj: _xenocara_obj |