Index: head/sysutils/zfs-stats-lite/Makefile =================================================================== --- head/sysutils/zfs-stats-lite/Makefile (revision 502092) +++ head/sysutils/zfs-stats-lite/Makefile (revision 502093) @@ -1,23 +1,24 @@ # Created by: Devin Teske # $FreeBSD$ PORTNAME= zfs-stats-lite PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= dteske@FreeBSD.org COMMENT= Display human-readable ZFS statistics LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= zfs-stats-[0-9]* NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/zfs-stats do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats .include Index: head/sysutils/zfs-stats-lite/pkg-descr =================================================================== --- head/sysutils/zfs-stats-lite/pkg-descr (revision 502092) +++ head/sysutils/zfs-stats-lite/pkg-descr (revision 502093) @@ -1,7 +1,7 @@ zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of sysutils/zfs-stats which has no dependency on perl or other ports. -WWW: http://druidbsd.sf.net/download.shtml +WWW: http://druidbsd.sourceforge.net/download.shtml#zfs-stats-lite