diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 10:49:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 10:49:20 +0800 |
commit | 3d7677ae090f8c4230b991e3db3d2476fd414edc (patch) | |
tree | a84d980252c23f24591cd8cea0b3be7faa4cf932 /editors/ooodict-all | |
parent | 4186a6c89f77654cd1d52216e8264b94c99386e8 (diff) | |
download | freebsd-ports-graphics-3d7677ae090f8c4230b991e3db3d2476fd414edc.tar.gz freebsd-ports-graphics-3d7677ae090f8c4230b991e3db3d2476fd414edc.tar.zst freebsd-ports-graphics-3d7677ae090f8c4230b991e3db3d2476fd414edc.zip |
DTRT with respect to COMMENT, unbreaking things.
Submitted by: make index
Diffstat (limited to 'editors/ooodict-all')
-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 4cad8657d6d..c9f40d20934 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= |