svn commit: r482640 - head/devel/tcl-trf

Mikhail Teterin mi at FreeBSD.org
Sun Oct 21 05:16:59 UTC 2018


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}
 


More information about the svn-ports-all mailing list