diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 20:27:16 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 20:27:16 +0000 |
commit | 36a38e24cd4baab57f0e3202634dec5d72fda724 (patch) | |
tree | ac13683533f3a883092c7c2527769e848d840923 /misc | |
parent | fe86e3d192c36b66fc0ce5cefb228955ccfc9111 (diff) | |
download | pkgsrc-36a38e24cd4baab57f0e3202634dec5d72fda724.tar.gz |
Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbdb/Makefile | 4 | ||||
-rw-r--r-- | misc/libcdio/Makefile | 4 | ||||
-rw-r--r-- | misc/lookup/Makefile | 4 | ||||
-rw-r--r-- | misc/pinfo/Makefile | 4 | ||||
-rw-r--r-- | misc/vera/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/misc/bbdb/Makefile b/misc/bbdb/Makefile index 4c7b7fb598e..75eb1193cf4 100644 --- a/misc/bbdb/Makefile +++ b/misc/bbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/02/17 19:18:07 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $ # DISTNAME= bbdb-2.35 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-rmail GNU_CONFIGURE= yes BUILD_TARGET= all mhe USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes LISPDIR= ${EMACS_LISPPREFIX}/bbdb INSTALLATION_DIRS= ${EMACS_INFOPREFIX} MAKE_JOBS_SAFE= no diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile index b1fafa1b854..2bc99c8f7c8 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/10/08 09:57:28 asau Exp $ +# $NetBSD: Makefile,v 1.45 2013/04/06 20:27:25 rodent Exp $ DISTNAME= libcdio-0.83 PKGREVISION= 1 @@ -26,7 +26,7 @@ PKGCONFIG_OVERRIDE+= libudf.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-versioned-libs CONFIGURE_ARGS+= --enable-cpp-progs -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index e5879106d12..8613a51c87d 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/02/17 19:18:07 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:25 rodent Exp $ # DISTNAME= lookup-1.4.1 @@ -20,7 +20,7 @@ EMACS_BUILDLINK=# defined GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+=${EMACS_FLAVOR} diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index d4880f0b105..772f63adfd5 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/10/08 09:57:35 asau Exp $ +# $NetBSD: Makefile,v 1.36 2013/04/06 20:27:25 rodent Exp $ # DISTNAME= pinfo-0.6.1 @@ -19,7 +19,7 @@ CPPFLAGS+= -DDFLT_INFOPATH="\"/usr/share/info:${PREFIX}/${PKGINFODIR}:${X11BASE EGDIR= ${PREFIX}/share/examples/pinfo CONF_FILES= ${EGDIR}/pinforc ${PKG_SYSCONFDIR}/pinforc -INFO_FILES= # PLIST +INFO_FILES= yes INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} PKG_OPTIONS_VAR= PKG_OPTIONS.pinfo diff --git a/misc/vera/Makefile b/misc/vera/Makefile index ed80e950d78..9748f7809dc 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/08 09:57:40 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:25 rodent Exp $ DISTNAME= vera-1.16 CATEGORIES= misc @@ -10,7 +10,7 @@ HOMEPAGE= http://cgi.snafu.de/ohei/user-cgi-bin/veramain-e.cgi COMMENT= Virtual Entity of Relevant Acronyms USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${PKGINFODIR} |