diff options
author | alex <alex@FreeBSD.org> | 2001-10-13 15:23:55 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-10-13 15:23:55 +0000 |
commit | 9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f (patch) | |
tree | 24c2acfbd1dbe1478d8f90fd04af37b6cef2e97d /german | |
parent | 7c9f1e3f465135a34a6034d5c8c2abb242da08ae (diff) | |
download | FreeBSD-ports-9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f.zip FreeBSD-ports-9ffb6bcab27aec3d18b55dd6e48d3a8354d0351f.tar.gz |
Remove additional "'"
PR: 31242
Submitted by: David <ddavid_3@yahoo.com>
Approved by: maintainer
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 51ae57e..7554f90 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: |