diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-04-29 21:56:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-04-29 21:56:05 +0000 |
commit | ded737bbbd587e6f76f1bcc1dd62c0f16e971d85 (patch) | |
tree | fcbd238acfa84c199120ac941cf895bc46cdb502 /editors/openoffice.org-1.1/Makefile | |
parent | 107263213d4ed93ffa468f9b8845a0a71dd84dc3 (diff) | |
download | ports-ded737bbbd587e6f76f1bcc1dd62c0f16e971d85.tar.gz ports-ded737bbbd587e6f76f1bcc1dd62c0f16e971d85.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 92754600c434..7631602ea034 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.1.5 PORTREVISION= 4 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/1.1/ \ + http://openoffice.lunarshells.com/sources/1.1/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc DISTFILES+= OOo_${RELEASE_NR}_src.tar.gz .if defined(WITH_GPC) @@ -243,4 +244,3 @@ solver: @cd ${WRKSRC} ; ${TAR} cfz ${WRKDIR}/../${PACKAGE_BASENAME}_solver.tar.gz solver .include <bsd.port.post.mk> - |