blob: 19a16d157d02eacdbfb8a890a0e6a2f050f44a13 (
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
26
|
# Created by: jhb
# $FreeBSD$
PORTNAME= etcupdate
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= jhb@FreeBSD.org
COMMENT= Manage updates to /etc automatically
LICENSE= BSD2CLAUSE
NO_BUILD= yes
NO_WRKSUBDIR= yes
SRC= ${.CURDIR}/src
PLIST_FILES= sbin/etcupdate man/man8/etcupdate.8.gz
do-install:
${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>
|