Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 10:00:53 +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: r369021 - head/sysutils/mono-kmod
Message-ID:  <201409231000.s8NA0r68084873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep 23 10:00:52 2014
New Revision: 369021
URL: http://svnweb.freebsd.org/changeset/ports/369021
QAT: https://qat.redports.org/buildarchive/r369021/

Log:
  Simplify plist

Modified:
  head/sysutils/mono-kmod/Makefile

Modified: head/sysutils/mono-kmod/Makefile
==============================================================================
--- head/sysutils/mono-kmod/Makefile	Tue Sep 23 09:59:52 2014	(r369020)
+++ head/sysutils/mono-kmod/Makefile	Tue Sep 23 10:00:52 2014	(r369021)
@@ -15,7 +15,6 @@ SUB_FILES=	pkg-message
 
 USES=		kmod uidfix tar:bzip2
 
-PLIST_FILES=	"@cwd /%%KMODDIR%%"
-PLIST_FILES+=	mono.ko
+PLIST_FILES=	${KMODDIR}/mono.ko
 
 .include <bsd.port.mk>



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