83ef0eba1a
remove myself as co-maintainer and let Doug handle all the fun.
12 lines
225 B
Makefile
12 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= dougb@FreeBSD.org
|
|
MAN8= mergemaster.8
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/mergemaster.sh ${DESTDIR}${BINDIR}/mergemaster
|
|
|
|
.include <bsd.prog.mk>
|
|
|