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/vera | |
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/vera')
-rw-r--r-- | misc/vera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |