diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-27 17:39:00 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-27 17:39:00 +0800 |
commit | 0dbac47553374df456b0320905e7336b28a0ce91 (patch) | |
tree | 369f16dc95fd955b14b077b8299c8e4100797a13 /editors/openoffice-1.1-devel/Makefile | |
parent | b15ac9a56a6687308053766ca6b14fc4ceabbba6 (diff) | |
download | freebsd-ports-gnome-0dbac47553374df456b0320905e7336b28a0ce91.tar.gz freebsd-ports-gnome-0dbac47553374df456b0320905e7336b28a0ce91.tar.zst freebsd-ports-gnome-0dbac47553374df456b0320905e7336b28a0ce91.zip |
Update to a 20030324 snapshot. Remove a old unused
distfile entry.
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 2aae27767a5c..c10f8d2b70b8 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 644 +SNAPDATE= 20030324 CATEGORIES+= editors MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \ http://ny1.mirror.openoffice.org/developer/%SUBDIR%/ \ @@ -16,7 +17,7 @@ MASTER_SITES+= http://projects.imp.ch/openoffice/%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 \ +DISTFILES+= oo_${PORTVERSION}_src_${SNAPDATE}.tar.bz2 \ gpc231.tar.Z:gpc patch-openoffice-mozilla101-2002-10-14:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} @@ -106,7 +107,7 @@ CXX= g++32 .endif .endif -EXTRACT_ONLY= oo_${PORTVERSION}_src.tar.bz2 +EXTRACT_ONLY= oo_${PORTVERSION}_src_${SNAPDATE}.tar.bz2 MAINTAINER= openoffice@FreeBSD.org .if !defined(COMMENT) |