diff options
author | jmmv <jmmv> | 2003-05-31 14:26:58 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-31 14:26:58 +0000 |
commit | 42e8453010138bb090d578c7c6013e32c71d737e (patch) | |
tree | b76f13d311292931719192282af8712d6360d618 /cad/qcad | |
parent | f8493ed610b254c52b7af245c243a99dccde8d53 (diff) | |
download | pkgsrc-42e8453010138bb090d578c7c6013e32c71d737e.tar.gz |
Move WRKSRC to where it belongs.
Diffstat (limited to 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 8c2bcb68b39..1176d7365f4 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2003/05/11 07:40:51 jmc Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/31 14:26:58 jmmv Exp $ DISTNAME= qcad-1.5.4-src PKGNAME= qcad-1.5.4 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qcad/} @@ -10,8 +11,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.qcad.org/ COMMENT= 2D CAD System -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} - USE_BUILDLINK2= # defined USE_X11= # defined MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} |