diff options
author | maho <maho@FreeBSD.org> | 2006-11-26 06:22:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-11-26 06:22:25 +0800 |
commit | 333529dbee59e713900026c2c4dc346ef490e82f (patch) | |
tree | b8ff92a59fb282ae5f268b29bfbaad18c0049b76 /editors/openoffice.org-2-devel | |
parent | 77d8617371e6a0cda370f67f2dc600ffa1a12382 (diff) | |
download | freebsd-ports-gnome-333529dbee59e713900026c2c4dc346ef490e82f.tar.gz freebsd-ports-gnome-333529dbee59e713900026c2c4dc346ef490e82f.tar.zst freebsd-ports-gnome-333529dbee59e713900026c2c4dc346ef490e82f.zip |
Fix snapdate (version number went backward).
Submitted by: erwin
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 9f52b17c93ae..bd460e745fe9 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -74,7 +74,7 @@ CODELINE= 680 MILESTONE?= 194 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20061121 +SNAPDATE= 20061123 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 |