fd27f1594e
Delete the original mergemaster and modify Makefile to install mergemaster.sh. Seen no problem with by: billf No objections by: Doug Barton
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
MAINTAINER+= doug@gorean.org
|
|
MAN8= mergemaster.8
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/mergemaster.sh ${DESTDIR}${BINDIR}/mergemaster
|
|
|
|
.include <bsd.prog.mk>
|
|
|