diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-12 05:27:01 +0800 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-12 05:27:01 +0800 |
commit | f7d523e4fab9cc9d204a3c4ad17802f18cf7e8f2 (patch) | |
tree | 6b301438bbc1ffbb79cef4102d7a40543ced0bf2 /editors | |
parent | d38d86bfaa4c9bcbf4b31d9720f8f2d547a3cf96 (diff) | |
download | freebsd-ports-gnome-f7d523e4fab9cc9d204a3c4ad17802f18cf7e8f2.tar.gz freebsd-ports-gnome-f7d523e4fab9cc9d204a3c4ad17802f18cf7e8f2.tar.zst freebsd-ports-gnome-f7d523e4fab9cc9d204a3c4ad17802f18cf7e8f2.zip |
Move maintainer and extract_only to the right places.
Diffstat (limited to 'editors')
-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} |