svn commit: r390326 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 20:27:03 UTC 2015


Author: bapt
Date: Mon Jun 22 20:27:02 2015
New Revision: 390326
URL: https://svnweb.freebsd.org/changeset/ports/390326

Log:
  Garbage collect unused command definition

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 22 20:20:10 2015	(r390325)
+++ head/Mk/bsd.port.mk	Mon Jun 22 20:27:02 2015	(r390326)
@@ -2136,8 +2136,6 @@ MTREE_FILE_DEFAULT=yes
 MTREE_CMD?=	/usr/sbin/mtree
 MTREE_ARGS?=	-U ${MTREE_FOLLOWS_SYMLINKS} -f ${MTREE_FILE} -d -e -p
 
-READLINK_CMD?=	/usr/bin/readlink
-
 _SHAREMODE?=	0644
 
 # A few aliases for *-install targets


More information about the svn-ports-all mailing list