diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/openoffice/Makefile | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/openoffice/Makefile')
-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" |