John Baldwin 9c1b64af74 - Improve error handling when building a tree.
- Remove -e, there are too many false positives (e.g. using diff to
  generate a patch for 'etcupdate diff', or the compare function) that
  it breaks.
- Bump to 0.2.

Reported by:	kan (2)
2010-08-04 15:55:58 +00:00

32 lines
607 B
Makefile

# New ports collection makefile for: etcupdate
# Date created: 08 July 2010
# Whom: jhb
#
# $FreeBSD$
#
# This port is self contained in the src directory.
#
PORTNAME= etcupdate
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= jhb@FreeBSD.org
COMMENT= Manage updates to /etc automatically
NO_BUILD= yes
NO_WRKSUBDIR= yes
SRC= ${.CURDIR}/src
MAN8= ${PORTNAME}.8
PLIST_FILES= sbin/etcupdate
do-install:
${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8
.include <bsd.port.mk>