diff options
Diffstat (limited to 'net/ng_car/Makefile')
-rw-r--r-- | net/ng_car/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ng_car/Makefile b/net/ng_car/Makefile index b59667ca3eff..7903f57d7a0b 100644 --- a/net/ng_car/Makefile +++ b/net/ng_car/Makefile @@ -6,29 +6,31 @@ # PORTNAME= ng_car -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= net kld MASTER_SITES= SF MASTER_SITE_SUBDIR= mpd -MAINTAINER= mav@alkar.net +MAINTAINER= mav@FreeBSD.org COMMENT= Netgraph committed access rate node NO_PACKAGE= Should be in sync with the kernel to work correctly +KMODDIR?= /boot/modules PLIST_SUB= KMODDIR=${KMODDIR} +MAKE_ENV+= KMODDIR="${KMODDIR}" MAN4= ng_car.4 MANCOMPRESSED= yes .if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= This port requires kernel sources +IGNORE= this port requires kernel sources .endif .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700041 -IGNORE= "Already exists in base system" +IGNORE= already exists in base system .endif post-install: |