From eda9102304bba1955f6b0d5e27afcc049b7d26f9 Mon Sep 17 00:00:00 2001 From: mbr Date: Sun, 11 Aug 2002 21:27:01 +0000 Subject: Move maintainer and extract_only to the right places. --- editors/ooodict-all/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'editors/ooodict-all') diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 76ea8e35a8b..abd8e01527c 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} -- cgit