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/spice/Makefile | |
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/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index ba0d796368e..a9267356ace 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2002/09/21 06:44:35 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/29 12:40:15 jmmv Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 +WRKSRC= ${WRKDIR} CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ EXTRACT_SUFX= .tar.Z @@ -26,8 +27,6 @@ USE_GNU_READLINE= uses rl_* interface #PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/ #PATCHFILES= grid.patch newcoms.patch spsmp.patch -WRKSRC= ${WRKDIR} - post-extract: ${CP} ${FILESDIR}/NetBSD ${WRKSRC}/conf |