diff options
author | alex <alex@FreeBSD.org> | 2001-10-13 23:23:55 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-10-13 23:23:55 +0800 |
commit | 9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f (patch) | |
tree | 24c2acfbd1dbe1478d8f90fd04af37b6cef2e97d | |
parent | 7c9f1e3f465135a34a6034d5c8c2abb242da08ae (diff) | |
download | freebsd-ports-graphics-9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f.tar.gz freebsd-ports-graphics-9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f.tar.zst freebsd-ports-graphics-9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f.zip |
Remove additional "'"
PR: 31242
Submitted by: David <ddavid_3@yahoo.com>
Approved by: maintainer
-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 51ae57e2e99..7554f90cdef 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 51ae57e2e99..7554f90cdef 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 51ae57e2e99..7554f90cdef 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: |