diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 02:49:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 02:49:20 +0000 |
commit | 3d7677ae090f8c4230b991e3db3d2476fd414edc (patch) | |
tree | a84d980252c23f24591cd8cea0b3be7faa4cf932 /editors | |
parent | 4186a6c89f77654cd1d52216e8264b94c99386e8 (diff) | |
download | FreeBSD-ports-3d7677ae090f8c4230b991e3db3d2476fd414edc.zip FreeBSD-ports-3d7677ae090f8c4230b991e3db3d2476fd414edc.tar.gz |
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 4cad865..c9f40d2 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= |