diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-01-23 09:55:17 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-01-23 09:55:17 +0000 |
commit | 4f80802d2362b14e16ec6274a5576b3c17675e67 (patch) | |
tree | e113018989a421fdab6c654975f7fbd7af6e7e17 | |
parent | Add german pkg-message and pkg-comment. (diff) |
Allow language defined pkg-message files.
Notes
Notes:
svn path=/head/; revision=73850
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 9 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 # diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 1a2d187b5bd9..a4d10f350ee8 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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 # diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 1a2d187b5bd9..a4d10f350ee8 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 # |