svn commit: r339875 - head/devel/cross-binutils

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:57:45 UTC 2014


Author: bapt
Date: Wed Jan 15 23:57:45 2014
New Revision: 339875
URL: http://svnweb.freebsd.org/changeset/ports/339875
QAT: https://qat.redports.org/buildarchive/r339875/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/devel/cross-binutils/Makefile

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Wed Jan 15 23:55:57 2014	(r339874)
+++ head/devel/cross-binutils/Makefile	Wed Jan 15 23:57:45 2014	(r339875)
@@ -106,8 +106,6 @@ FIXREFS=	${SH} -c '${REINPLACE_CMD} -E \
 		-e "s,(@file)\{$$0\},\1\{${OURTARGET}-$$0\},g" \
 		-e "s,\($$0\),\(${OURTARGET}-$$0\),g" $$*' --
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 #
 # Patch and rename info files
@@ -154,4 +152,4 @@ post-install:
 	@${FIND} -ds ${PREFIX}/${OURTARGET} -type d | \
 		${SED} -e 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list