aboutsummaryrefslogtreecommitdiff
path: root/lang/linux-c7-tcl85
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-06-08 15:59:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-06-08 15:59:46 +0000
commitbb5cf6c4f3c10d3eff9b5891aa38093e483e4a60 (patch)
tree0dd599c3bd3c385b989cd2ccb511ac9a39bb8c32 /lang/linux-c7-tcl85
parent4bafa67ea0cfc5c54e5d698ef3aeaff8cd3115ad (diff)
downloadports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.tar.gz
ports-bb5cf6c4f3c10d3eff9b5891aa38093e483e4a60.zip
Notes
Diffstat (limited to 'lang/linux-c7-tcl85')
-rw-r--r--lang/linux-c7-tcl85/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/linux-c7-tcl85/Makefile b/lang/linux-c7-tcl85/Makefile
index 4a4f0b7017b0..62c0d5773a69 100644
--- a/lang/linux-c7-tcl85/Makefile
+++ b/lang/linux-c7-tcl85/Makefile
@@ -11,15 +11,15 @@ PKGNAMESUFFIX= 85
MAINTAINER= emulation@FreeBSD.org
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
-CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
-
-DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
-DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
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>