blob: 331966aa8cd97b890b7bc0bba764e47d1532a0b7 (
plain)
1
2
3
4
5
6
7
8
9
|
MAN= temp-postgres.1
BINDIR= /usr/local/bin
MANDIR= /usr/local/man/man
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/temp-postgres.sh ${DESTDIR}${BINDIR}/temp-postgres
.include <bsd.prog.mk>
|
for my tech blog and contact information.