- Allow staging as a regular user

- Simplify plist
This commit is contained in:
Antoine Brodin 2014-09-06 13:10:59 +00:00
parent a89d88d716
commit 9c8a6b34b7

View file

@ -12,12 +12,9 @@ COMMENT= Linux compatibility layer - DVB ioctl handler
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>