diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /cad/boolean | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 0f0716c7a3b..115319905b2 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2002/08/17 05:59:00 tron Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:14 jmmv Exp $ # DISTNAME= boolean PKGNAME= boolean-${REL} PKGREVISION= 1 +WRKSRC= ${WRKDIR}/boolean/${REL}/linux CATEGORIES= cad graphics MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/ EXTRACT_SUFX= .zip @@ -20,7 +21,6 @@ REL= 6.2 # This package cannot be built with g++ 2.95.3. ONLY_FOR_PLATFORM= NetBSD-1.[45]*-* -WRKSRC= ${WRKDIR}/boolean/${REL}/linux MAKEFILE= makefile.gui PLIST_SUBST= REL=${REL} |