mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3421be934f
if it is set. That is, it will use DESTDIR/var/db/etcupdate by default rather than always using /var/db/etcupdate as the default. - Bump to 0.4. Feature safe: yes
32 lines
607 B
Makefile
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.4
|
|
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>
|