svn commit: r314280 - head/sysutils/condor
Bernhard Froehlich
decke at FreeBSD.org
Fri Mar 15 08:42:09 UTC 2013
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::
More information about the svn-ports-all
mailing list