summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dictionaries/pt_BR/makefile.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/dictionaries/pt_BR/makefile.mk b/dictionaries/pt_BR/makefile.mk
index 308ed8f..f54a1f8 100644
--- a/dictionaries/pt_BR/makefile.mk
+++ b/dictionaries/pt_BR/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
# This file is part of OpenOffice.org.
#
@@ -55,7 +55,6 @@ EXTENSION_ZIPNAME:=dict-pt
COMPONENT_FILES= \
$(EXTENSIONDIR)$/pt_BR.aff \
$(EXTENSIONDIR)$/pt_BR.dic \
- $(EXTENSIONDIR)$/copyright.txt \
$(EXTENSIONDIR)$/README_pt_BR.txt
COMPONENT_CONFIGDEST=.
@@ -63,14 +62,14 @@ COMPONENT_XCU= \
$(EXTENSIONDIR)$/dictionaries.xcu
# disable fetching default OOo license text
-# CUSTOM_LICENSE=README_da_DK.txt
+CUSTOM_LICENSE=copyright.txt
# override default license destination
-# PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)
+PACKLICS= $(EXTENSIONDIR)$/$(CUSTOM_LICENSE)
# add own targets to packing dependencies (need to be done before
# packing the xtension
# EXTENSION_PACKDEPS=makefile.mk $(CUSTOM_LICENSE)
-EXTENSION_PACKDEPS=$(COMPONENT_UNZIP_FILES)
+EXTENSION_PACKDEPS=$(COMPONENT_FILES)
# global settings for extension packing
.INCLUDE : extension_pre.mk