From owner-svn-ports-all@FreeBSD.ORG Fri Mar 15 08:42:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DD22388; Fri, 15 Mar 2013 08:42:09 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C24DA36; Fri, 15 Mar 2013 08:42:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F8g8rD039435; Fri, 15 Mar 2013 08:42:08 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F8g8md039433; Fri, 15 Mar 2013 08:42:08 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201303150842.r2F8g8md039433@svn.freebsd.org> From: Bernhard Froehlich Date: Fri, 15 Mar 2013 08:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314280 - head/sysutils/condor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 08:42:09 -0000 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 .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::