diff options
author | jlam <jlam> | 2006-06-16 16:17:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-16 16:17:02 +0000 |
commit | 6ebf9e7477cecffb7f83ef584ce64d5e1bd13846 (patch) | |
tree | 068c2ae8e2b76e2001e88751ecc8fe540af8f9de /emulators/simulavr | |
parent | 9d59cd86dcf35812ac017bb60756819f968ceb9c (diff) | |
download | pkgsrc-6ebf9e7477cecffb7f83ef584ce64d5e1bd13846.tar.gz |
A package that installs info files should define INFO_FILES in the
package Makefile.
Diffstat (limited to 'emulators/simulavr')
-rw-r--r-- | emulators/simulavr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index 248ff1d3c6f..c568ea9af54 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:36 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/16 16:17:02 jlam Exp $ # DISTNAME= simulavr-0.1.2.1 @@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --disable-tests USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +INFO_FILES= # PLIST # gcc 2.95 gives warnings that it cannot inline all functions. BUILDLINK_TRANSFORM+= rm:-Werror |