blob: f5069aaca501135943ef98df84622330e103d0ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: eivind
# $FreeBSD$
PORTNAME= etcmerge
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= portmaster@BSDforge.com
COMMENT= Automatic 3-way merge of /etc updates
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/etcmerge
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>
|