bb5cf6c4f3
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.
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcl
|
|
PORTVERSION= 8.5.13
|
|
DISTVERSIONSUFFIX= -8.el7
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang linux
|
|
PKGNAMESUFFIX= 85
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_RPM_BAD_PERMS= yes
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
|
|
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|