diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-10-13 15:23:55 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-10-13 15:23:55 +0000 |
commit | e889bba93c64d6765660639b7814d10d9ab3e855 (patch) | |
tree | 983f3923622c688290f2ea5527c577ed2fce805a | |
parent | db8f9f77f0126e12fb803a983495dcd2a5033050 (diff) |
Remove additional "'"
PR: 31242
Submitted by: David <ddavid_3@yahoo.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=48732
-rw-r--r-- | editors/staroffice60/Makefile | 2 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 2 | ||||
-rw-r--r-- | german/staroffice70/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 51ae57e2e99e..7554f90cdeff 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -70,7 +70,7 @@ pre-fetch: @${FALSE} .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.'" +IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again." .endif do-extract: diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index 51ae57e2e99e..7554f90cdeff 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -70,7 +70,7 @@ pre-fetch: @${FALSE} .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.'" +IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again." .endif do-extract: diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 51ae57e2e99e..7554f90cdeff 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -70,7 +70,7 @@ pre-fetch: @${FALSE} .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.'" +IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again." .endif do-extract: |