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