Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/sysutils/bsdstats/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 5 Dec 2006 13:49:45 -0000 1.46 +++ Makefile 7 Dec 2006 14:22:02 -0000 @@ -13,15 +13,17 @@ MAINTAINER= scrappy@freebsd.org COMMENT= Monthly script for reporting anonymous statistics about your machine +.include + +.if ${OSVERSION} < 503102 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600010) RUN_DEPENDS= nc:${PORTSDIR}/net/netcat +.endif NO_BUILD= yes PLIST_FILES= etc/periodic/monthly/300.statistics PLIST_DIRS= etc/periodic/monthly \ etc/periodic -.include - do-install: ${MKDIR} ${LOCALBASE}/etc/periodic/monthly ${CP} ${FILESDIR}/300.statistics ${LOCALBASE}/etc/periodic/monthly