From d67c9d11d388a4feae34997255ee91eb8a260344 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 26 Sep 2013 14:53:12 +0000 Subject: - Partial revert of r328226: These ports are not stage safe as they install absolute symlinks pointing to the stagedir! Poudriere has been improved to check for this issue now. With hat: portmgr Reported by: madpilot, jpaetzel --- lang/tcl85/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/tcl85') diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 8f648a145f62..86bd7cc01a25 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -3,7 +3,7 @@ PORTNAME= tcl PORTVERSION= 8.5.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} @@ -22,6 +22,7 @@ TCLMAN_DESC= Install Tcl function manpages TZDATA_DESC= Install Tcl timezone data MODULES_DESC= Install Tcl common modules +NO_STAGE= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix ALL_TARGET= all INSTALL_TARGET= install install-libraries -- cgit