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.
This commit is contained in:
rillig 2005-11-19 15:37:08 +00:00
parent 44bd5bb137
commit 0ff616ddb0
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.1.1.1 2005/11/01 03:54:44 dmcmahill Exp $
# $NetBSD: Makefile.common,v 1.2 2005/11/19 15:37:08 rillig Exp $
#
DISTNAME= wcalc-0.9
@ -48,4 +48,3 @@ MESSAGE_SUBST+= WCALC_DIR=${WCALC_DIR}
PLIST_SUBST+= WCALC_CGIDIR=${WCALC_CGIDIR}
PLIST_SUBST+= WCALC_HTMLDIR=${WCALC_HTMLDIR}
PLIST_SUBST+= WCALC_DIR=${WCALC_DIR}