From bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 8 Jun 2019 15:59:46 +0000 Subject: Address some portlint warnings in the Linux infrastructure ports. Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning. --- graphics/linux-c7-wayland/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'graphics/linux-c7-wayland') diff --git a/graphics/linux-c7-wayland/Makefile b/graphics/linux-c7-wayland/Makefile index 47f48f21519d..7084957bd21b 100644 --- a/graphics/linux-c7-wayland/Makefile +++ b/graphics/linux-c7-wayland/Makefile @@ -4,17 +4,19 @@ PORTNAME= wayland PORTVERSION= 1.15.0 DISTVERSIONSUFFIX= -1.el7 CATEGORIES= graphics linux -LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ - libwayland-cursor-${DISTVERSIONFULL} \ - libwayland-egl-${DISTVERSIONFULL} \ - libwayland-server-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../wayland/pkg-descr USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ + libwayland-cursor-${DISTVERSIONFULL} \ + libwayland-egl-${DISTVERSIONFULL} \ + libwayland-server-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../wayland/pkg-descr + .include -- cgit v1.2.3