1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/sysrc/Makefile
Frederic Culot 19f67e5aae - Update to 3.2.2
PR:		ports/163797
Submitted by:	Devin Teske <dteske@vicor.com> (maintainer)
2012-01-04 07:52:29 +00:00

26 lines
548 B
Makefile

# New ports collection makefile for: sysrc
# Date created: 28 December 2011
# Whom: Devin Teske <dteske@vicor.com>
#
# $FreeBSD$
#
PORTNAME= sysrc
PORTVERSION= 3.2.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= dteske@vicor.com
COMMENT= Utility to get or set rc.conf(5) values
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME}
MAN8= ${PORTNAME}.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
.include <bsd.port.mk>