diff options
author | tijl <tijl@FreeBSD.org> | 2019-06-08 23:59:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2019-06-08 23:59:46 +0800 |
commit | 8273dc5d7f527033a9f6db478ea73fc5a0b90c2a (patch) | |
tree | 0dd599c3bd3c385b989cd2ccb511ac9a39bb8c32 /x11/linux-c6-pixman | |
parent | 19d80f540a5df0532090aae9aa33d451fe7e5765 (diff) | |
download | freebsd-ports-gnome-8273dc5d7f527033a9f6db478ea73fc5a0b90c2a.tar.gz freebsd-ports-gnome-8273dc5d7f527033a9f6db478ea73fc5a0b90c2a.tar.zst freebsd-ports-gnome-8273dc5d7f527033a9f6db478ea73fc5a0b90c2a.zip |
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.
Diffstat (limited to 'x11/linux-c6-pixman')
-rw-r--r-- | x11/linux-c6-pixman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/linux-c6-pixman/Makefile b/x11/linux-c6-pixman/Makefile index ea6888e0020a..117c5733f124 100644 --- a/x11/linux-c6-pixman/Makefile +++ b/x11/linux-c6-pixman/Makefile @@ -9,9 +9,10 @@ CATEGORIES= x11 linux MAINTAINER= emulation@FreeBSD.org COMMENT= Low-level pixel manipulation library (Linux CentOS ${LINUX_DIST_VER}) -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + .include <bsd.port.mk> |