diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 15:59:46 +0000 |
commit | bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60 (patch) | |
tree | 0dd599c3bd3c385b989cd2ccb511ac9a39bb8c32 /net/linux-c7-tcp_wrappers-libs/Makefile | |
parent | 4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff) | |
download | ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.tar.gz ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.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.
Notes
Notes:
svn path=/head/; revision=503741
Diffstat (limited to 'net/linux-c7-tcp_wrappers-libs/Makefile')
-rw-r--r-- | net/linux-c7-tcp_wrappers-libs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/linux-c7-tcp_wrappers-libs/Makefile b/net/linux-c7-tcp_wrappers-libs/Makefile index 61622d73a25c..33689adcff0e 100644 --- a/net/linux-c7-tcp_wrappers-libs/Makefile +++ b/net/linux-c7-tcp_wrappers-libs/Makefile @@ -7,20 +7,20 @@ DISTVERSIONSUFFIX= -77.el7 PORTREVISION= 2 CATEGORIES= net linux PKGNAMESUFFIX= -libs -LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* - -DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} -LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |