48ebd16e52
while taking of updating all the dependencies.
10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
MAN1= pkg_update.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/pkg_update.pl ${DESTDIR}${BINDIR}/pkg_update
|
|
|
|
.include <bsd.prog.mk>
|