diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 09:04:04 +0000 |
commit | 02baa4219f21a975a01e43480a21f37b2bf6c5a9 (patch) | |
tree | 182201ea3f21f889143b4babd2344ed12e2e4532 /editors/openoffice.org-1.0 | |
parent | dd95676c27f67c9213d4eb8fdca318b6f0dd33f0 (diff) | |
download | ports-02baa4219f21a975a01e43480a21f37b2bf6c5a9.tar.gz ports-02baa4219f21a975a01e43480a21f37b2bf6c5a9.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 8084bc9ff31e..f480c726f8a4 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -51,7 +51,7 @@ LANG_EXT=01 # Add pkg-comment and pkg-descr if available # .if exists(${.CURDIR}/pkg-comment) -COMMENT= ${.CURDIR}/pkg-comment +COMMENTFILE= ${.CURDIR}/pkg-comment .endif .if exists(${.CURDIR}/pkg-descr) DESCR= ${.CURDIR}/pkg-descr |