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 /math/xldlas | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 6bad6a1cdeb..6b6c75cb3a6 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:46 reed Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/20 12:20:05 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # DISTNAME= xldlas-0.85 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/xldlas CATEGORIES= math MASTER_SITES= http://sunsite.math.klte.hu/mirrors/xldlas/ \ ${MASTER_SITE_SUNSITE:=X11/xapps/math/} @@ -18,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-mipsel \ NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc +WRKSRC= ${WRKDIR}/xldlas USE_BUILDLINK2= yes USE_X11BASE= yes |