diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-23 17:55:17 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-23 17:55:17 +0800 |
commit | 817bc368315721c1b600fb5cf7338a0443289033 (patch) | |
tree | c682162178f84e058e40e24417eeab02aa9ba828 /editors/openoffice-1.0 | |
parent | 3c65aa184c40a6f01dd6fdcf2809dc5b2c0be335 (diff) | |
download | freebsd-ports-gnome-817bc368315721c1b600fb5cf7338a0443289033.tar.gz freebsd-ports-gnome-817bc368315721c1b600fb5cf7338a0443289033.tar.zst freebsd-ports-gnome-817bc368315721c1b600fb5cf7338a0443289033.zip |
Allow language defined pkg-message files.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 |
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 # |