diff options
author | decke <decke@FreeBSD.org> | 2013-03-15 16:42:08 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2013-03-15 16:42:08 +0800 |
commit | 9f8e38d3d9d5f4c28953ef2ff050ed7dadd6ba6c (patch) | |
tree | 65de2aa8a1697e132c345ae66bf5d78cfb4ea5ea /sysutils | |
parent | 8a8c98b8a780e72185f85dfcd32e067f3b982bea (diff) | |
download | freebsd-ports-gnome-9f8e38d3d9d5f4c28953ef2ff050ed7dadd6ba6c.tar.gz freebsd-ports-gnome-9f8e38d3d9d5f4c28953ef2ff050ed7dadd6ba6c.tar.zst freebsd-ports-gnome-9f8e38d3d9d5f4c28953ef2ff050ed7dadd6ba6c.zip |
- Fix dangerous typo in IGNORE message
Reported by: Ports QAT
With hat: portmgr
Diffstat (limited to 'sysutils')
-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:: |