diff options
author | obache <obache> | 2006-09-10 02:52:26 +0000 |
---|---|---|
committer | obache <obache> | 2006-09-10 02:52:26 +0000 |
commit | 94687ad2281b9317c929b8007fbef7b97c825634 (patch) | |
tree | a87766cf88a95bb9eca4e80a554f9dab85ba9024 /emulators | |
parent | 0a90b2e96c6469837027919474502040fd8f06a8 (diff) | |
download | pkgsrc-94687ad2281b9317c929b8007fbef7b97c825634.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 |