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. --- converters/linux-c7-fribidi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converters/linux-c7-fribidi/Makefile') diff --git a/converters/linux-c7-fribidi/Makefile b/converters/linux-c7-fribidi/Makefile index 65ad5a259de5..8219c2de1fcb 100644 --- a/converters/linux-c7-fribidi/Makefile +++ b/converters/linux-c7-fribidi/Makefile @@ -8,11 +8,12 @@ CATEGORIES= converters linux MAINTAINER= emulation@FreeBSD.org COMMENT= Unicode Bidirectional Algorithm (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + OPTIONS_DEFINE= DOCS .include -- cgit v1.2.3