Date: Sat, 6 Sep 2014 13:10:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367426 - head/multimedia/linux_dvbwrapper-kmod Message-ID: <201409061310.s86DAxFp090573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 6 13:10:59 2014 New Revision: 367426 URL: http://svnweb.freebsd.org/changeset/ports/367426 QAT: https://qat.redports.org/buildarchive/r367426/ Log: - Allow staging as a regular user - Simplify plist Modified: head/multimedia/linux_dvbwrapper-kmod/Makefile Modified: head/multimedia/linux_dvbwrapper-kmod/Makefile ============================================================================== --- head/multimedia/linux_dvbwrapper-kmod/Makefile Sat Sep 6 13:08:22 2014 (r367425) +++ head/multimedia/linux_dvbwrapper-kmod/Makefile Sat Sep 6 13:10:59 2014 (r367426) @@ -12,12 +12,9 @@ COMMENT= Linux compatibility layer - DVB ONLY_FOR_ARCHS= i386 amd64 -USES= kmod +USES= kmod uidfix -.include <bsd.port.pre.mk> - -PLIST_FILES+= "@cwd /" -PLIST_FILES+= ${KMODDIR:C,^/,,}/linux_dvbwrapper.ko +PLIST_FILES= ${KMODDIR}/linux_dvbwrapper.ko CFLAGS+= ${DEBUG_FLAGS} @@ -25,4 +22,4 @@ do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.[ch] ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061310.s86DAxFp090573>