diff options
author | obache <obache@pkgsrc.org> | 2006-09-10 02:52:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-10 02:52:26 +0000 |
commit | 9c572cc4490d9a96899f94d715cdd0f6ce14d930 (patch) | |
tree | a87766cf88a95bb9eca4e80a554f9dab85ba9024 /emulators | |
parent | 68c8c196e026499ede0d263f57e4205604203b42 (diff) | |
download | pkgsrc-9c572cc4490d9a96899f94d715cdd0f6ce14d930.tar.gz |
pkglint says, INFO_FILES should be set to YES or yes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simulavr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index 2a47ba836d0..fd2846c92c3 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/09/10 02:48:35 obache Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/10 02:52:26 obache Exp $ # DISTNAME= simulavr-0.1.2.1 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --disable-tests USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes # gcc 2.95 gives warnings that it cannot inline all functions. BUILDLINK_TRANSFORM+= rm:-Werror |