summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-01-23 09:55:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-01-23 09:55:17 +0000
commit4f80802d2362b14e16ec6274a5576b3c17675e67 (patch)
treee113018989a421fdab6c654975f7fbd7af6e7e17 /editors/openoffice-1.0
parentAdd german pkg-message and pkg-comment. (diff)
Allow language defined pkg-message files.
Notes
Notes: svn path=/head/; revision=73850
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 1a2d187b5bd9..a4d10f350ee8 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -56,6 +56,9 @@ COMMENT= ${.CURDIR}/pkg-comment
.if exists(${.CURDIR}/pkg-descr)
DESCR= ${.CURDIR}/pkg-descr
.endif
+.if exists(${.CURDIR}/pkg-descr)
+PKGMESSAGE= ${.CURDIR}/pkg-message
+.endif
#
# Set prefix and suffix
#