diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-25 09:55:28 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-25 09:55:28 +0000 |
commit | 3f0d7e0019d81c297ce79fa386eb901b49d991cc (patch) | |
tree | 248e86db737995f70250e6ba47ed111f9a9ccc38 | |
parent | 7fa6cb66496013f1b18c8e422c3fa93e0aacbda3 (diff) | |
download | FreeBSD-ports-3f0d7e0019d81c297ce79fa386eb901b49d991cc.zip FreeBSD-ports-3f0d7e0019d81c297ce79fa386eb901b49d991cc.tar.gz |
Fix breakage caused by old translating patches.
-rw-r--r-- | russian/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | russian/openoffice/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile index 2982517..6acbb08 100644 --- a/russian/openoffice-1.0/Makefile +++ b/russian/openoffice-1.0/Makefile @@ -17,6 +17,6 @@ LANG_CONFIGURE_ARG= RUSS MASTERDIR= ${.CURDIR}/../../editors/openoffice PATCH_SITES= http://people.freebsd.org/~mbr/ooo/ -PATCHFILES= patch-translation-ru-1.0.2.bz2 +#PATCHFILES= patch-translation-ru-1.0.2.bz2 .include "${MASTERDIR}/Makefile" diff --git a/russian/openoffice/Makefile b/russian/openoffice/Makefile index 2982517..6acbb08 100644 --- a/russian/openoffice/Makefile +++ b/russian/openoffice/Makefile @@ -17,6 +17,6 @@ LANG_CONFIGURE_ARG= RUSS MASTERDIR= ${.CURDIR}/../../editors/openoffice PATCH_SITES= http://people.freebsd.org/~mbr/ooo/ -PATCHFILES= patch-translation-ru-1.0.2.bz2 +#PATCHFILES= patch-translation-ru-1.0.2.bz2 .include "${MASTERDIR}/Makefile" |