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 | bb4776f4681d5b1fd681288fcf80278a988ee9c0 (patch) | |
tree | 3bbdde6d2b6fc94aabd2009145be94a07a830ae5 /cad/wcalc | |
parent | 5724983f69e5beaf5cba3f47339b71d2a8b0a340 (diff) | |
download | pkgsrc-bb4776f4681d5b1fd681288fcf80278a988ee9c0.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" |