diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 10:04:52 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 10:04:52 +0000 |
commit | 73478a4a98f282408c848e3552c4b1654f0105de (patch) | |
tree | a82c9475b00da39e653d3a343ceab779c49a2322 /editors/openoffice-1.1/Makefile | |
parent | 615ecfb6f7f261b36ebfe507cb086a57a2245d4f (diff) | |
download | FreeBSD-ports-73478a4a98f282408c848e3552c4b1654f0105de.zip FreeBSD-ports-73478a4a98f282408c848e3552c4b1654f0105de.tar.gz |
Add missing backslash.
Diffstat (limited to 'editors/openoffice-1.1/Makefile')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 75a12ac..5b32c27 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -15,7 +15,7 @@ MASTER_SITES+= http://ny1.mirror.openoffice.org/developer/%SUBDIR%/ \ http://ny1.mirror.openoffice.org/miscellaneous/helpcontent/:help \ http://people.freebsd.org/~mbr/ooo/:moz MASTER_SITE_SUBDIR= ${PORTVERSION} -DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz expat.tgz:moz +DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz expat.tgz:moz \ gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} |