diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2013-03-15 08:42:08 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2013-03-15 08:42:08 +0000 |
commit | 394f6f8f754d6c63d5ff14f88874a94bbb4d4763 (patch) | |
tree | 65de2aa8a1697e132c345ae66bf5d78cfb4ea5ea /sysutils/condor | |
parent | 8d2859bce079ccdfbb9ec01388adb756a0cdb937 (diff) |
- Fix dangerous typo in IGNORE message
Reported by: Ports QAT
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=314280
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index fdd33f0b4cc7..ff3c6e2aa99c 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -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:: |