From 302a68db8867f28d0571648f0e275a119bf83916 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sun, 18 Mar 2012 21:00:30 +0000 Subject: [PATCH] - 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 --- net/ng_car/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/ng_car/Makefile b/net/ng_car/Makefile index d9adf053f08f..be1a6866ece2 100644 --- a/net/ng_car/Makefile +++ b/net/ng_car/Makefile @@ -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 + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= this port requires kernel sources .endif -.include - .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 +.include