Date: Mon, 8 Dec 2014 21:39:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374331 - head/sysutils/graid5 Message-ID: <201412082139.sB8LdGZY067331@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 8 21:39:15 2014 New Revision: 374331 URL: https://svnweb.freebsd.org/changeset/ports/374331 QAT: https://qat.redports.org/buildarchive/r374331/ Log: Remove useless use of @cwd Modified: head/sysutils/graid5/Makefile head/sysutils/graid5/pkg-plist Modified: head/sysutils/graid5/Makefile ============================================================================== --- head/sysutils/graid5/Makefile Mon Dec 8 21:35:31 2014 (r374330) +++ head/sysutils/graid5/Makefile Mon Dec 8 21:39:15 2014 (r374331) @@ -16,8 +16,6 @@ NO_PACKAGE= should be recompiled for a p MAINVERSION=1.3 VERSIONDATE=20140711.62 -KMODDIR?= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} MAKE_ENV+= KMODDIR=${KMODDIR} SRC_BASE=${SRC_BASE} USES= tar:bzip2 kmod uidfix Modified: head/sysutils/graid5/pkg-plist ============================================================================== --- head/sysutils/graid5/pkg-plist Mon Dec 8 21:35:31 2014 (r374330) +++ head/sysutils/graid5/pkg-plist Mon Dec 8 21:39:15 2014 (r374331) @@ -1,5 +1,4 @@ man/man8/graid5.8.gz -@cwd / -%%KMODDIR%%/geom_raid5.ko -lib/geom/geom_raid5.so -sbin/graid5 +/%%KMODDIR%%/geom_raid5.ko +/lib/geom/geom_raid5.so +/sbin/graid5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412082139.sB8LdGZY067331>