head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.16
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.14
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.12
	RELENG_4_9_BP:1.1.2.2
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.10
	RELENG_4_8_BP:1.1.2.2
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.8
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.2
	RELENG_4_6_1_RELEASE:1.1.2.2
	RELENG_4_6_0_RELEASE:1.1.2.2
	RELENG_4_6:1.1.2.2.0.6
	RELENG_4_6_BP:1.1.2.2
	RELENG_4_5_0_RELEASE:1.1.2.2
	RELENG_4_5:1.1.2.2.0.4
	RELENG_4_5_BP:1.1.2.2
	RELENG_4_4_0_RELEASE:1.1.2.2
	RELENG_4_4:1.1.2.2.0.2
	RELENG_4_4_BP:1.1.2.2
	RELENG_4_3_0_RELEASE:1.1
	RELENG_4_3:1.1.0.4
	RELENG_4_3_BP:1.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2002.05.08.18.44.24;	author paul;	state dead;
branches;
next	1.3;

1.3
date	2001.04.07.11.21.34;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.26.14.41.16;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.28.18.47.22;	author paul;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.04.25.12.10.31;	author ru;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.04.25.14.05.02;	author ru;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.07.28.31;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Do my bit for the Perl removal team and shoot my own, rather mangy
looking, dog.
@
text
@# $FreeBSD: src/usr.sbin/pkg_install/update/Makefile,v 1.3 2001/04/07 11:21:34 ru Exp $

SCRIPTS=	pkg_update.pl
MAN=		pkg_update.1

.include <bsd.prog.mk>
@


1.3
log
@beforeinstall -> SCRIPTS.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/pkg_install/update/Makefile,v 1.2 2001/03/26 14:41:16 ru Exp $
@


1.2
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/pkg_install/update/Makefile,v 1.1 2000/12/28 18:47:22 paul Exp $
d3 1
a4 4

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/pkg_update.pl ${DESTDIR}${BINDIR}/pkg_update
@


1.1
log
@Add pkg_update, which can replace currently installed ports with new versions
while taking of updating all the dependencies.
@
text
@d1 1
a1 1
# $FreeBSD: $
d3 1
a3 1
MAN1=		pkg_update.1
@


1.1.2.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/pkg_install/update/Makefile,v 1.1 2000/12/28 18:47:22 paul Exp $
d3 1
a3 1
MAN=		pkg_update.1
@


1.1.2.2
log
@MFC: Introduce and use SCRIPTS knob.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/pkg_install/update/Makefile,v 1.1.2.1 2001/04/25 12:10:31 ru Exp $
a2 1
SCRIPTS=	pkg_update.pl
d4 4
@


1.1.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/usr.sbin/pkg_install/update/Makefile 75972 2001-04-25 14:05:26Z ru $
@


