Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 09:30:50 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304892 - head/lang/tcl86
Message-ID:  <201209260930.q8Q9UoxY000112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Sep 26 09:30:50 2012
New Revision: 304892
URL: http://svn.freebsd.org/changeset/ports/304892

Log:
  - Fix PLIST
  
  Reported by:	PH (via beat@)

Modified:
  head/lang/tcl86/Makefile
  head/lang/tcl86/pkg-plist

Modified: head/lang/tcl86/Makefile
==============================================================================
--- head/lang/tcl86/Makefile	Wed Sep 26 09:25:09 2012	(r304891)
+++ head/lang/tcl86/Makefile	Wed Sep 26 09:30:50 2012	(r304892)
@@ -87,7 +87,7 @@ CONFIGURE_ENV+=		PTHREAD_LIBS="${PTHREAD
 CONFIGURE_ARGS+=	--disable-threads
 
 .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL86_MAN)
-
+PLIST_FILES+=	${DATADIR}/man.macros
 MAN3=	Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \
 	Async.3 BackgdErr.3 Backslash.3 BoolObj.3 ByteArrObj.3 CallDel.3 \
 	Cancel.3 ChnlStack.3 Class.3 CmdCmplt.3 Concat.3 CrtChannel.3 \

Modified: head/lang/tcl86/pkg-plist
==============================================================================
--- head/lang/tcl86/pkg-plist	Wed Sep 26 09:25:09 2012	(r304891)
+++ head/lang/tcl86/pkg-plist	Wed Sep 26 09:30:50 2012	(r304892)
@@ -848,7 +848,6 @@ lib/tcl8/8.5/msgcat-1.5.0.tm
 %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/US/Pacific-New
 %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/US/Samoa
 lib/tcl%%TCL_VER%%/word.tcl
-%%DATADIR%%/man.macros
 @dirrm %%DATADIR%%
 %%TZDATA%%@dirrm lib/tcl%%TCL_VER%%/tzdata/US
 %%TZDATA%%@dirrm lib/tcl%%TCL_VER%%/tzdata/SystemV



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209260930.q8Q9UoxY000112>