From 817bc368315721c1b600fb5cf7338a0443289033 Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 23 Jan 2003 09:55:17 +0000 Subject: Allow language defined pkg-message files. --- editors/openoffice-1.0/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/openoffice-1.0') 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 # -- cgit