diff options
author | rillig <rillig> | 2005-11-19 15:37:08 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-19 15:37:08 +0000 |
commit | 0b8d162f987b9d62b667743faf2e8e85889975ca (patch) | |
tree | ab86c5783ffde8ef0434c9c4a751adc6b7a14a7c /cad/wcalc/Makefile | |
parent | 3bd78af77332a7e12b2874dd318f18a4f7514075 (diff) | |
download | pkgsrc-0b8d162f987b9d62b667743faf2e8e85889975ca.tar.gz |
Fixed pkglint warnings:
- Replaced #defined with #none for EXTRACT_ONLY.
- Replaced #defined with yes for NO_BUILD, NO_CONFIGURE, NO_MTREE.
- Removed NO_CHECKSUM completely, as a distinfo file exists, it has the
correct checksums, and I couldn't find even a hint to why NO_CHECKSUM
was set.
Diffstat (limited to 'cad/wcalc/Makefile')
-rw-r--r-- | cad/wcalc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cad/wcalc/Makefile b/cad/wcalc/Makefile index e37db4cbbae..4b9fe270857 100644 --- a/cad/wcalc/Makefile +++ b/cad/wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:54:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/19 15:37:08 rillig Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -33,11 +33,10 @@ ONLY_FOR_PLATFORM= Linux-*-i386 SunOS-*-sparc* DEPENDS+= mex-wcalc-${VER}*:../../cad/mex-wcalc .endif -EXTRACT_ONLY= # defined -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined -NO_MTREE= # defined +EXTRACT_ONLY= # none +NO_CONFIGURE= yes +NO_BUILD= yes +NO_MTREE= yes do-install: # empty |