diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-12-04 15:49:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-12-04 15:49:45 +0000 |
commit | bd232ae770827cb443013e0137a65e04cf9208c4 (patch) | |
tree | 3bbdde6d2b6fc94aabd2009145be94a07a830ae5 /cad/wcalc | |
parent | db923642320e43f80fbc815db60c57bf0b6cc8c5 (diff) | |
download | pkgsrc-bd232ae770827cb443013e0137a65e04cf9208c4.tar.gz |
override the do-patch target. This is just the meta-pkg and we're not
extracting anything, but the patches for the other wcalc packages all live
in this common spot. Fixes recently noted build problems.
Diffstat (limited to 'cad/wcalc')
-rw-r--r-- | cad/wcalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/wcalc/Makefile b/cad/wcalc/Makefile index 4b9fe270857..20d03eeb282 100644 --- a/cad/wcalc/Makefile +++ b/cad/wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/11/19 15:37:08 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/12/04 15:49:45 dmcmahill Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -38,6 +38,7 @@ NO_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes +do-patch: #empty do-install: # empty .include "../../mk/bsd.pkg.mk" |