svn commit: r487789 - in head: audio/ardour comms/lirc comms/svxlink devel devel/evdev-proto devel/evemu devel/evemu/files devel/libevdev devel/libevdev/files devel/libmtdev devel/libmtdev/files de...

Mathieu Arnold mat at FreeBSD.org
Wed Dec 19 10:33:15 UTC 2018


On Wed, Dec 19, 2018 at 09:09:11AM +0000, Niclas Zeising wrote:
> +# $FreeBSD$
> +
> +PORTNAME=	evdev-proto
> +PORTVERSION=	4.19
> +CATEGORIES=	devel
> +MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
> +DISTNAME=	input.h input-event-codes.h uinput.h

This should be DISTFILES, DISTNAME should only ever contain one entry.

> +EXTRACT_SUFX=	# empty

This can then be removed.

You should be using DIST_SUBDIR, as none of the files are versioned.

> +MAINTAINER=	x11 at FreeBSD.org
> +COMMENT=	Input event device header files
> +
> +LICENSE=	GPLv2
> +
> +NO_BUILD=	yes
> +NO_ARCH=	yes
> +WRKSRC=		${WRKDIR}

NO_WRKSUBDIR, and then use WRKSRC normally.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181219/6f895232/attachment.sig>


More information about the svn-ports-all mailing list