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 | 0fe51336d1067daa8658086c8d91d4a9b9c92c1f (patch) | |
tree | ac13683533f3a883092c7c2527769e848d840923 /print | |
parent | 6c515a51d100e4a2015080cd32f38c8a37939794 (diff) | |
download | pkgsrc-0fe51336d1067daa8658086c8d91d4a9b9c92c1f.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 'print')
-rw-r--r-- | print/a2ps/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX3-bin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 9e95d6f3c89..2288ad02cad 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2012/10/08 13:45:34 asau Exp $ +# $NetBSD: Makefile,v 1.74 2013/04/06 20:27:27 rodent Exp $ DISTNAME= a2ps-4.14 PKGREVISION= 3 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= ac_cv_prog_EMACS=no EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg CONF_FILES+= ${EGDIR}/a2ps.cfg ${PKG_SYSCONFDIR}/a2ps.cfg -INFO_FILES= # PLIST +INFO_FILES= yes pre-build: ${TOUCH} ${WRKSRC}/doc/*.info diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 893bd32111f..ab993deef19 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2013/02/16 11:24:15 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2013/04/06 20:27:27 rodent Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -20,7 +20,7 @@ DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex DEPENDS+= web2c>=7.5.7nb2:../../print/web2c -INFO_FILES= # PLIST +INFO_FILES= yes USE_TOOLS+= bison perl:run lex |