diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/openoffice | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 300625809f5..3fa23005304 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2004/01/11 23:06:54 grant Exp $ +# $NetBSD: Makefile,v 1.42 2004/01/20 12:21:02 agc Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/oo_641_src/config_office CATEGORIES= misc MASTER_SITES= http://www.fs.tum.de/~mrauch/OpenOffice/download/ DISTFILES= oo_641_src.tar.bz2 @@ -15,6 +14,7 @@ MAINTAINER= mrauch@NetBSD.org HOMEPAGE= http://www.openoffice.org/ COMMENT= Integrated office productivity suite +WRKSRC= ${WRKDIR}/oo_641_src/config_office USE_BUILDLINK2= yes .include "../../mk/bsd.prefs.mk" |