svn commit: r330950 - head/devel/cvs

Eitan Adler eadler at FreeBSD.org
Sun Oct 20 00:25:38 UTC 2013


Author: eadler
Date: Sun Oct 20 00:25:38 2013
New Revision: 330950
URL: http://svnweb.freebsd.org/changeset/ports/330950

Log:
  Remove superfluous mkdir
  
  Reported by:	bdrewery

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Sun Oct 20 00:19:16 2013	(r330949)
+++ head/devel/cvs/Makefile	Sun Oct 20 00:25:38 2013	(r330950)
@@ -27,7 +27,6 @@ BROKEN=	does not link
 .endif
 
 pre-install:
-	${MKDIR} ${STAGEDIR}
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list