Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 08:42:08 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314280 - head/sysutils/condor
Message-ID:  <201303150842.r2F8g8md039433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Fri Mar 15 08:42:08 2013
New Revision: 314280
URL: http://svnweb.freebsd.org/changeset/ports/314280

Log:
  - Fix dangerous typo in IGNORE message
  
  Reported by:	Ports QAT
  With hat:	portmgr

Modified:
  head/sysutils/condor/Makefile

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Fri Mar 15 08:33:39 2013	(r314279)
+++ head/sysutils/condor/Makefile	Fri Mar 15 08:42:08 2013	(r314280)
@@ -105,7 +105,7 @@ MAN1=	\
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=	requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again."
+IGNORE=	requires that you go to http://research.cs.wisc.edu/condor/ to register and manually download the source distribution ${DISTNAME}${EXTRACT_SUFX}, place it in ${DISTDIR}, and then run make again
 .endif
 
 pre-everything::



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150842.r2F8g8md039433>