diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-23 09:55:17 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-23 09:55:17 +0000 |
commit | 817bc368315721c1b600fb5cf7338a0443289033 (patch) | |
tree | c682162178f84e058e40e24417eeab02aa9ba828 /editors/openoffice | |
parent | 3c65aa184c40a6f01dd6fdcf2809dc5b2c0be335 (diff) | |
download | FreeBSD-ports-817bc368315721c1b600fb5cf7338a0443289033.zip FreeBSD-ports-817bc368315721c1b600fb5cf7338a0443289033.tar.gz |
Allow language defined pkg-message files.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 1a2d187..a4d10f3 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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 # |