1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/sysutils/etcmerge/Makefile
Jason Helfman a0c547be87 - pass port to submitter, update pkg-descr and WWW [1]
- while here drop PORTREVISION, and move SRC calls to ${FILESDIR}

PR:		198266 [1]
Submitted by:	portmaster@bsdforge.com
2015-03-05 21:23:01 +00:00

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