freebsd-dev/usr.sbin/pkg_install/update/Makefile
Paul Richards 48ebd16e52 Add pkg_update, which can replace currently installed ports with new versions
while taking of updating all the dependencies.
2000-12-28 18:47:23 +00:00

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>