diff options
author | nork <nork@FreeBSD.org> | 2004-06-14 13:46:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-14 13:46:08 +0800 |
commit | 17890600014cfb7cb69e102b907e564a74cff0c8 (patch) | |
tree | 3423be64347dff1f6369c621ead6adb2e57201b6 | |
parent | 70d0016d39a87260cac71c104972070de23ffdba (diff) | |
download | freebsd-ports-gnome-17890600014cfb7cb69e102b907e564a74cff0c8.tar.gz freebsd-ports-gnome-17890600014cfb7cb69e102b907e564a74cff0c8.tar.zst freebsd-ports-gnome-17890600014cfb7cb69e102b907e564a74cff0c8.zip |
Introduce OPENOFFICE_VER into PORTVERSION/DEPENDS/etc...
-rw-r--r-- | japanese/openoffice-templates/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/openoffice-templates/Makefile b/japanese/openoffice-templates/Makefile index a0575e07ec0d..349e9769fe60 100644 --- a/japanese/openoffice-templates/Makefile +++ b/japanese/openoffice-templates/Makefile @@ -6,7 +6,7 @@ # PORTNAME= templates -PORTVERSION= 1.1.1.20040612 +PORTVERSION= ${OPENOFFICE_VER}.20040612 PORTREVISION= 0 CATEGORIES= japanese editors MASTER_SITES= http://desktop.good-day.net/ooo11/ @@ -20,7 +20,8 @@ PLIST= ${WRKDIR}/pkg-plist RUN_DEPENDS= ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-1.1 -OPENOFFICE= OpenOffice.org1.1.1 +OPENOFFICE= OpenOffice.org${OPENOFFICE_VER} +OPENOFFICE_VER= 1.1.1 OOTEMPLATES= \ A4-kariert.sti \ |