1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Reset maintainer; deprecate for removal on 18/May

- [Just in case it gets resurrected, correct bsd.port.*.mk inclusions]

PR:		ports/166151
Submitted by:	crees
Approved by:	mav (maintainer)
Feature safe:	yes
This commit is contained in:
Chris Rees 2012-03-18 21:00:30 +00:00
parent 143fbcaf4f
commit 302a68db88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293539

View File

@ -10,11 +10,14 @@ PORTVERSION= 0.6
CATEGORIES= net kld
MASTER_SITES= SF/mpd/misc/${PORTNAME}-${PORTVERSION}
MAINTAINER= mav@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Netgraph committed access rate node
NO_PACKAGE= Should be in sync with the kernel to work correctly
DEPRECATED= In base for all supported versions of FreeBSD
EXPIRATION_DATE=2012-05-15
KMODDIR?= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR}
MAKE_ENV+= KMODDIR="${KMODDIR}"
@ -22,12 +25,12 @@ MAKE_ENV+= KMODDIR="${KMODDIR}"
MAN4= ng_car.4
MANCOMPRESSED= yes
.include <bsd.port.options.mk>
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= this port requires kernel sources
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700041
IGNORE= already exists in base system
.endif
@ -35,4 +38,4 @@ IGNORE= already exists in base system
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>