diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /misc/openoffice-linux | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'misc/openoffice-linux')
-rw-r--r-- | misc/openoffice-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 42d03f988dc..52a6e3fbd62 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/03/26 04:05:42 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/29 12:41:51 jmmv Exp $ DISTNAME= OOo_1.0.2_LinuxIntel_install PKGNAME= openoffice-linux-1.0.2 PKGREVISION= 3 +WRKSRC= ${WRKDIR}/install CATEGORIES= misc MASTER_SITES= http://sf1.mirror.openoffice.org/stable/1.0.2/ \ http://www.fs.tum.de/~mrauch/OpenOffice/download/ @@ -12,7 +13,6 @@ HOMEPAGE= http://www.openoffice.org/ COMMENT= Integrated office productivity suite (binary pkg) NO_CONFIGURE= yes -WRKSRC= ${WRKDIR}/install CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* |