Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 05:16:58 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482640 - head/devel/tcl-trf
Message-ID:  <201810210516.w9L5GwXr078190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sun Oct 21 05:16:58 2018
New Revision: 482640
URL: https://svnweb.freebsd.org/changeset/ports/482640

Log:
  Cosmetic: remove the redundant declaration of ALL_TARGET
  and an extraneous blank line from the Makefile.

Modified:
  head/devel/tcl-trf/Makefile

Modified: head/devel/tcl-trf/Makefile
==============================================================================
--- head/devel/tcl-trf/Makefile	Sun Oct 21 05:13:12 2018	(r482639)
+++ head/devel/tcl-trf/Makefile	Sun Oct 21 05:16:58 2018	(r482640)
@@ -18,7 +18,6 @@ LICENSE_FILE=	${WRKSRC}/doc/license.terms
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 TEST_DEPENDS=	${LOCALBASE}/lib/Memchan2.3/libMemchan.so.1:devel/tcl-memchan
-ALL_TARGET=	all
 
 USES+=		tcl:tea tar:bzip2
 USE_LDCONFIG=	${PREFIX}/lib/Trf
@@ -43,7 +42,6 @@ do-install:
 
 do-test:
 	cd ${WRKSRC}/tests && ${SETENV} TCLLIBPATH="${WRKSRC}" ${TCLSH} all
-
 
 PLIST_SUB+=	TCL_DVER=${TCL_VER:C/\.//} VER=${PORTVERSION}
 



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