Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 09:42:44 +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: r369013 - head/security/quantis-kmod
Message-ID:  <201409230942.s8N9giYm076509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 23 09:42:43 2014
New Revision: 369013
URL: http://svnweb.freebsd.org/changeset/ports/369013
QAT: https://qat.redports.org/buildarchive/r369013/

Log:
  Simplify plist

Modified:
  head/security/quantis-kmod/Makefile

Modified: head/security/quantis-kmod/Makefile
==============================================================================
--- head/security/quantis-kmod/Makefile	Tue Sep 23 09:40:45 2014	(r369012)
+++ head/security/quantis-kmod/Makefile	Tue Sep 23 09:42:43 2014	(r369013)
@@ -22,8 +22,6 @@ EXTRACT_BEFORE_ARGS=	-aqo
 
 WRKSRC=		${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci
 
-PLIST_FILES=	"@cwd ${KMODDIR}" \
-		"quantis.ko" \
-		"@cwd ${PREFIX}"
+PLIST_FILES=	${KMODDIR}/quantis.ko
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409230942.s8N9giYm076509>