diff options
Diffstat (limited to 'net/linux-c7-tcp_wrappers-libs/Makefile')
-rw-r--r-- | net/linux-c7-tcp_wrappers-libs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/linux-c7-tcp_wrappers-libs/Makefile b/net/linux-c7-tcp_wrappers-libs/Makefile index 0d4d548dc013..f8b05929caa4 100644 --- a/net/linux-c7-tcp_wrappers-libs/Makefile +++ b/net/linux-c7-tcp_wrappers-libs/Makefile @@ -1,22 +1,24 @@ # Created by: Piotr Kubaj <pkubaj@anongoth.pl> # $FreeBSD$ -PORTNAME= tcp_wrappers-libs +PORTNAME= tcp_wrappers PORTVERSION= 7.6 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-${PORTNAME}-[0-9]* +CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} +LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} RPMVERSION= 77.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes -SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE - .include <bsd.port.mk> |