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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/openoffice-linux | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 679a1a6108b..853fa64aaec 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/10/05 14:29:35 mrauch Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:21:02 agc Exp $ DISTNAME= OOo_1.0.3.1_LinuxIntel_install PKGNAME= openoffice-linux-1.0.3.1 -WRKSRC= ${WRKDIR}/install CATEGORIES= misc MASTER_SITES= http://mirrors.isc.org/pub/openoffice/stable/1.0.3/ \ http://www.fs.tum.de/~mrauch/OpenOffice/download/ @@ -19,6 +18,7 @@ CONFLICTS+= openoffice-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 +WRKSRC= ${WRKDIR}/install TEMP?= ${WRKSRC} .include "../../mk/bsd.prefs.mk" |