fa26e9db95
The mergemaster script is designed to aid you during a system upgrade in updating the various configuration and other files associated with OpenBSD.
27 lines
635 B
Makefile
27 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/27 17:30:11 naddy Exp $
|
|
|
|
COMMENT= "aids with merging configuration files during an upgrade"
|
|
|
|
DISTNAME= mergemaster-1.25
|
|
CATEGORIES= sysutils
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://sites.inka.de/mips/unix/distfiles/
|
|
|
|
NO_BUILD= Yes
|
|
WRKDIST= ${WRKDIR}/mergemaster
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mergemaster.sh ${PREFIX}/sbin/mergemaster
|
|
${INSTALL_MAN} ${WRKSRC}/mergemaster.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|