# $Id:$ PREFIX?= /usr/local BINDIR= ${PREFIX}/bin dict= ger-eng.txt all nothing: beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/dict.sh ${DESTDIR}${BINDIR}/de-dict ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ ${.CURDIR}/${dict} ${DESTDIR}${PREFIX}/share .include