diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 02:49:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 02:49:20 +0000 |
commit | 8de9d3df458fbeb251071437fcc5c23075853335 (patch) | |
tree | a60895a19a7696ff6549a88a70f5c30b90933ce3 /editors | |
parent | Fix minor typo (if instead of .if) (diff) |
DTRT with respect to COMMENT, unbreaking things.
Submitted by: make index
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 4cad8657d6dd..c9f40d209346 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -12,9 +12,7 @@ MASTER_SITES+= http://dict.progbits.com/ DISTFILES+= ${LANGDIST} MAINTAINER= openoffice@FreeBSD.org -.if !definded(COMMENT) -COMMENT= MySpell dictionaries for OpenOffice.org -.endif +COMMENT?= MySpell dictionaries for OpenOffice.org EXTRACT_ONLY= |