diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-12 05:27:01 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-12 05:27:01 +0800 |
commit | eda9102304bba1955f6b0d5e27afcc049b7d26f9 (patch) | |
tree | 45e96ae80b27bac0a295e63968ef351f3ecb0b9d /editors/ooodict-all | |
parent | 9659db550f9be4ed247bbcdbbfa34d52b33e3f4d (diff) | |
download | freebsd-ports-gnome-eda9102304bba1955f6b0d5e27afcc049b7d26f9.tar.gz freebsd-ports-gnome-eda9102304bba1955f6b0d5e27afcc049b7d26f9.tar.zst freebsd-ports-gnome-eda9102304bba1955f6b0d5e27afcc049b7d26f9.zip |
Move maintainer and extract_only to the right places.
Diffstat (limited to 'editors/ooodict-all')
-rw-r--r-- | editors/ooodict-all/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 76ea8e35a8bc..abd8e01527c6 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -11,6 +11,10 @@ CATEGORIES+= editors MASTER_SITES+= http://dict.progbits.com/ DISTFILES+= ${LANGDIST} +MAINTAINER= openoffice@FreeBSD.org + +EXTRACT_ONLY= + .if !defined(LANGDIST) DICTMETAPORT= yes .endif @@ -47,12 +51,9 @@ COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr .endif -EXTRACT_ONLY= WRKSRC= ${WRKDIR} NO_BUILD= yes -MAINTAINER= openoffice@FreeBSD.org - .if defined(RDEP) BUILD_DEPENDS= ${PREFIX}/${DICT_DIR}/dictionary.lst:${RDEP} RUN_DEPENDS= ${PREFIX}/${DICT_DIR}/dictionary.lst:${RDEP} |