aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-03-18 21:00:30 +0000
committerChris Rees <crees@FreeBSD.org>2012-03-18 21:00:30 +0000
commit302a68db8867f28d0571648f0e275a119bf83916 (patch)
tree2ab9a08156f229f77707b4cd02ade791574be350 /net
parent143fbcaf4f4040e02282fba67571ecadd3cfa925 (diff)
downloadports-302a68db8867f28d0571648f0e275a119bf83916.tar.gz
ports-302a68db8867f28d0571648f0e275a119bf83916.zip
- 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
Notes
Notes: svn path=/head/; revision=293539
Diffstat (limited to 'net')
-rw-r--r--net/ng_car/Makefile11
1 files 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 <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>