svn commit: r406601 - head/lang/smlnj

Pawel Pekala pawel at FreeBSD.org
Mon Jan 18 17:54:31 UTC 2016


Author: pawel
Date: Mon Jan 18 17:54:30 2016
New Revision: 406601
URL: https://svnweb.freebsd.org/changeset/ports/406601

Log:
  Remove deprecated @dirrm reference
  
  Approved by:	portmgr blanket

Modified:
  head/lang/smlnj/Makefile

Modified: head/lang/smlnj/Makefile
==============================================================================
--- head/lang/smlnj/Makefile	Mon Jan 18 17:38:01 2016	(r406600)
+++ head/lang/smlnj/Makefile	Mon Jan 18 17:54:30 2016	(r406601)
@@ -261,7 +261,6 @@ MLNOINSTALL=	.cm
 MLNOINSTALL+=	sml.bin.${MLARCH}-unix sml.boot.${MLARCH}-unix \
 		sml.lib sml.${MLARCH}-bsd
 .endif
-MLSRCEXCLUDEREGEX=	-e '^(@dirrm\ )?${MLROOTRELATIVE}/base/runtime'
 .for excl in ${MLNOINSTALL}
 MLSRCEXCLUDEREGEX+=	-e '/${excl}$$' -e '/${excl}/'
 .endfor


More information about the svn-ports-head mailing list