opnsense-ports/sysutils/etcmerge/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

22 lines
494 B
Makefile

# 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>