1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/etcmerge/Makefile
John Baldwin 27a4ddb9c2 Some cleanups inspired by the review of the etcupdate port.
- Remove textproc category.
- Purge empty do-fetch target.
- Don't hide installation steps in do-install target.

Suggested by:	dougb (1, 2)
2010-07-09 20:05:39 +00:00

33 lines
626 B
Makefile

# New ports collection makefile for: etcmerge
# Date created: 05 July 2003
# Whom: eivind
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
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
MAN8= ${PORTNAME}.8
PLIST_FILES= sbin/etcmerge
do-install:
${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8
.include <bsd.port.mk>