diff options
94 files changed, 188 insertions, 185 deletions
diff --git a/audio/festival-doc/Makefile b/audio/festival-doc/Makefile index ed3a81c4f64..14a8040c24b 100644 --- a/audio/festival-doc/Makefile +++ b/audio/festival-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:59:32 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 20:27:16 rodent Exp $ DISTNAME= festdoc-1.4.0.1 PKGNAME= festival-doc-1.4.0.1 @@ -16,7 +16,7 @@ USE_TOOLS+= pax DOC= ${PREFIX}/share/doc/festival -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${PKGINFODIR} diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index af09cf47abf..53f5d94299b 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2012/10/02 23:48:08 asau Exp $ +# $NetBSD: Makefile,v 1.63 2013/04/06 20:27:16 rodent Exp $ # DISTNAME= rplay-3.3.2 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --build=BUILD -INFO_FILES= # PLIST +INFO_FILES= yes RCD_SCRIPTS= rplayd EGDIR= ${PREFIX}/share/examples/rplay INSTALLATION_DIRS= ${EGDIR} diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index 43d7ecea915..af6e800d31d 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/10/08 13:25:14 asau Exp $ +# $NetBSD: Makefile,v 1.41 2013/04/06 20:27:16 rodent Exp $ # DISTNAME= ngspice-23 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-readline=yes LIBS+= ${BUILDLINK_LDADD.getopt} -INFO_FILES= # PLIST +INFO_FILES= yes TEXINFO_REQD= 4.6 .include "../../devel/libgetopt/buildlink3.mk" diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 809e50d146e..2008f040748 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/02/17 19:17:56 dholland Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:17 rodent Exp $ # DISTNAME= riece-5.0.0 @@ -22,7 +22,7 @@ EMACS_MODULES= base WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||} GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes # --with-emacs=... or --with-xemacs=... CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN:Q} diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 97ba32fb87a..89d766f7a2f 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/04/06 03:45:08 rodent Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:17 rodent Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils --target=h8300-hms CONFIGURE_SCRIPT= ${SRCDIR}/configure SRCDIR= ${WRKDIR}/${DISTNAME} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS+= bin ${H8300_PREFIX} diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 7b039c6220d..33e7d8b66f8 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:17 rodent Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -35,7 +35,7 @@ SRCDIR= ${WRKDIR}/gcc-3.1 MAKE_ENV+= SHELL=${CONFIG_SHELL} BUILD_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all INSTALLATION_DIRS+= bin libexec/cross-h8300-hms/h8300-hms/bin -INFO_FILES= # PLIST +INFO_FILES= yes GCC_REQD+= 2.8.0 diff --git a/cross/mingw-gcc/Makefile b/cross/mingw-gcc/Makefile index 3a8871d9d90..8d8f32f6044 100644 --- a/cross/mingw-gcc/Makefile +++ b/cross/mingw-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 20:27:17 rodent Exp $ # DISTNAME= mingw-gcc-${DIST_VERSION} @@ -17,6 +17,7 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_CROSSBASE= yes +INFO_FILES= yes WRKSRC= ${WRKDIR}/gcc-${DIST_VERSION} diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 6b711073486..9a1134f8a52 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/31 11:16:39 asau Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 20:27:17 rodent Exp $ DISTNAME= autoconf-2.13 PKGNAME= autoconf213-2.13 @@ -20,6 +20,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/' -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 0e7133c4db0..8ca6e734bab 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/31 11:16:39 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:17 rodent Exp $ DISTNAME= automake-1.4-p6 PKGNAME= automake14-1.4.6 @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES _STRIPFLAG_INSTALL= # none USE_TOOLS+= makeinfo perl:run -INFO_FILES= # PLIST +INFO_FILES= yes TEST_TARGET= check diff --git a/devel/avl/Makefile b/devel/avl/Makefile index db508bb77bf..51b69476bba 100644 --- a/devel/avl/Makefile +++ b/devel/avl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:16:39 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 20:27:17 rodent Exp $ # DISTNAME= avl-1.4.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.stanford.edu/~blp/avl/ COMMENT= Library for manipulation of balanced binary trees GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes # The text and html files documentation are not installed so just touch # them and makeinfo and texi2html are not needed at build time. diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index f01fee40f2a..cbaf447794d 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/31 11:16:48 asau Exp $ +# $NetBSD: Makefile,v 1.31 2013/04/06 20:27:18 rodent Exp $ # DISTNAME= CSSC-1.3.0 @@ -19,6 +19,6 @@ USE_TOOLS+= diff makeinfo TEST_TARGET= check TEXINFO_REQD= 4.0 -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/elib/Makefile.common b/devel/elib/Makefile.common index 36dc0808dfd..691e90b3026 100644 --- a/devel/elib/Makefile.common +++ b/devel/elib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2012/10/31 11:16:55 asau Exp $ +# $NetBSD: Makefile.common,v 1.9 2013/04/06 20:27:18 rodent Exp $ # # used by devel/emacs20-elib/Makefile @@ -17,7 +17,7 @@ MAKEFLAGS+= EMACS=${EMACS_FLAVOR:Q} NO_CONFIGURE= yes USE_TOOLS+= gmake makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes DISTINFO_FILE= ${.CURDIR}/../../devel/elib/distinfo PATCHDIR= ${.CURDIR}/../../devel/elib/patches diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 4964ee38d5f..d510f8115cd 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/31 11:16:59 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/04/06 20:27:18 rodent Exp $ DISTNAME= gcvs-1.0 PKGREVISION= 7 @@ -16,7 +16,7 @@ CONFLICTS= cvs-[0-9]* USE_LANGUAGES= c c++ USE_TOOLS+= gmake makeinfo perl:run GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_PREFIX.tcl}/include" CONFIGURE_ARGS+= --with-tcllib="${BUILDLINK_PREFIX.tcl}/lib" diff --git a/devel/isect/Makefile b/devel/isect/Makefile index d5468c52591..1fe5419f14f 100644 --- a/devel/isect/Makefile +++ b/devel/isect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2013/02/06 23:22:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2013/04/06 20:27:18 rodent Exp $ # DISTNAME= isect-1.6.2 @@ -13,7 +13,7 @@ COMMENT= Open source middleware daemon GNU_CONFIGURE= yes USE_LIBTOOL= yes PTHREAD_OPTS+= require -INFO_FILES= # PLIST +INFO_FILES= yes RCD_SCRIPTS= isect diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile index 56775eb41b7..59d442960f6 100644 --- a/devel/libjit/Makefile +++ b/devel/libjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/31 11:17:17 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 20:27:18 rodent Exp $ # DISTNAME= libjit-0.1.2 @@ -15,7 +15,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake lex yacc makeinfo GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.prefs.mk" diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile index 83163cc4f19..2823eb585a9 100644 --- a/devel/libtool-info/Makefile +++ b/devel/libtool-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/12/15 17:35:37 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:18 rodent Exp $ # .include "../../devel/libtool/Makefile.common" @@ -11,7 +11,7 @@ COMMENT= Generic shared library support script - info pages CONFLICTS+= libtool<1.3.5nb11 USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes NO_CONFIGURE= yes diff --git a/devel/nana/Makefile b/devel/nana/Makefile index e236b890b60..063f2a48558 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:17:30 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 20:27:18 rodent Exp $ DISTNAME= nana-2.4 CATEGORIES= devel @@ -10,7 +10,7 @@ COMMENT= Improved support for assertions and logging in C and C++ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes NOT_FOR_COMPILER= sunpro diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index f1d94bd1e01..d609b8b0a38 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/10/31 11:19:21 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:19 rodent Exp $ # DISTNAME= papaya-0.1.7 @@ -20,7 +20,7 @@ CONFIGURE_ENV+= tar_command=${TOOLS_TAR:Q} CONFIGURE_ENV+= texi2html_command=${TOOLS_PATH.texi2html:Q} CONFIGURE_ENV+= gmake_command=${TOOLS_PATH.gmake} USE_TOOLS+= sh perl:run tar texi2html gmake:run gzip:run makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ENV+= perl_command=${PERL5:Q} diff --git a/devel/pcl-cvs/Makefile b/devel/pcl-cvs/Makefile index 08125f3af45..6ab1c60db6c 100644 --- a/devel/pcl-cvs/Makefile +++ b/devel/pcl-cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/04/06 04:07:24 rodent Exp $ +# $NetBSD: Makefile,v 1.27 2013/04/06 20:27:19 rodent Exp $ # DISTNAME= pcl-cvs-2.9.9 @@ -26,7 +26,7 @@ PKG_FAIL_REASON+= "${PKGNAME} is only for emacs20" MAKE_ENV+= PREFIX=${DESTDIR:Q}${PREFIX:Q} BUILD_TARGET= default -INFO_FILES= # PLIST +INFO_FILES= yes MESSAGE_SUBST+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX:Q} .include "../../mk/bsd.pkg.mk" diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 33c44336a7c..636798f994e 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/31 11:19:43 asau Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 20:27:19 rodent Exp $ DISTNAME= rx-1.5 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Fast replacement for the GNU regex library USE_LIBTOOL= yes GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes # When the API changes and breaks binary-compatibility with the previous # version, increment the MAJOR by 1 and reset the MINOR to 0. Otherwise, diff --git a/devel/scmcvs/Makefile b/devel/scmcvs/Makefile index 8e94f551d54..f9caf7a5331 100644 --- a/devel/scmcvs/Makefile +++ b/devel/scmcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/31 11:19:44 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 20:27:19 rodent Exp $ # DISTNAME= cvs-1.11.23 @@ -23,7 +23,7 @@ CHECK_INTERPRETER_SKIP= share/cvs/contrib/* CONFIGURE_ENV+= PERL=${TOOLS_PERL5} -INFO_FILES= # PLIST +INFO_FILES= yes USE_TOOLS+= makeinfo TEXINFO_REQD?= 4.0 diff --git a/devel/semi/Makefile b/devel/semi/Makefile index f9903c904aa..aacfdd90fa7 100644 --- a/devel/semi/Makefile +++ b/devel/semi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2013/02/17 19:18:01 dholland Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/06 20:27:19 rodent Exp $ # DISTNAME= semi-1.14.6 @@ -28,7 +28,7 @@ MAKEFLAGS= ${MAKEFLAGS.${EMACS_FLAVOR}} EVAL_PREFIX+= QKC_PREFIX=qkc USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes EMACS_MODULES= base EMACS_BUILDLINK=# defined diff --git a/devel/sml-mode/Makefile b/devel/sml-mode/Makefile index e1e1093e4c4..81ddf7d8ec2 100644 --- a/devel/sml-mode/Makefile +++ b/devel/sml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/02/17 19:18:01 dholland Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:19 rodent Exp $ DISTNAME= sml-mode-3.9.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Emacs mode for editing Standard ML source code BUILD_TARGET= default -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/sml-mode diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile index a02997c0e41..3d95694e4c7 100644 --- a/devel/xdelta/Makefile +++ b/devel/xdelta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/10/31 11:19:53 asau Exp $ +# $NetBSD: Makefile,v 1.36 2013/04/06 20:27:19 rodent Exp $ # DISTNAME= xdelta-1.1.4 @@ -14,7 +14,7 @@ BUILDLINK_API_DEPENDS.zlib+= zlib>=1.1.3 USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/glib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 7aa99648da1..2405475fee1 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2013/02/16 23:58:36 dholland Exp $ +# $NetBSD: Makefile,v 1.47 2013/04/06 20:27:20 rodent Exp $ DISTNAME= emacs-20.7 PKGNAME= ${DISTNAME:S/emacs/emacs20/} @@ -76,7 +76,7 @@ MAKE_ENV+= INSTALL_STRIP=${_STRIPFLAG_INSTALL:Q} CFLAGS+= -fno-zero-initialized-in-bss .endif -INFO_FILES= # PLIST +INFO_FILES= yes INSTALL_PROGRAM=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} diff --git a/editors/emacs21/Makefile.common b/editors/emacs21/Makefile.common index 76ba342c39e..ceabc770b57 100644 --- a/editors/emacs21/Makefile.common +++ b/editors/emacs21/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2013/02/17 07:43:49 dholland Exp $ +# $NetBSD: Makefile.common,v 1.13 2013/04/06 20:27:20 rodent Exp $ # # used by editors/emacs21/Makefile # used by editors/emacs21-nox11/Makefile @@ -82,7 +82,7 @@ LDFLAGS+= -Z CFLAGS+= -fno-zero-initialized-in-bss .endif -INFO_FILES= # PLIST +INFO_FILES= yes REPLACE_PERL= lib-src/grep-changelog post-extract: diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 4c77d129ba5..04aeeddeeff 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/10/03 11:43:38 asau Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/06 20:27:20 rodent Exp $ DISTNAME= mule-2.3 PKGREVISION= 7 @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --bdf-path=${X11PREFIX}/lib/X11/fonts/intlfonts/bdf .include "options.mk" -INFO_FILES= # PLIST +INFO_FILES= yes INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${GNU_CONFIGURE_INFODIR} diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index bf1e3183d7a..f74ac9161db 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/02/17 19:18:03 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:20 rodent Exp $ # DISTNAME= speedbar-0.14beta4 @@ -17,7 +17,7 @@ PKGSRC_MAKE_ENV+= EMACS=${EMACS} NO_CONFIGURE= yes USE_TOOLS+= gmake -INFO_FILES= # PLIST +INFO_FILES= yes SRCS= speedbar.el dframe.el # XXX cd ${WRKSRC}; ${MAKE} -V opt_IMAGES diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 7c0a29f2ae8..016f48849ca 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2013/02/16 11:21:02 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2013/04/06 20:27:20 rodent Exp $ PKGNAME?= ${DISTNAME} COMMENT?= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} @@ -24,7 +24,7 @@ GCC_REQD+= 2.95.3 PLIST_SUBST+= DISTNAME=${EMACS_DISTNAME} FILES_SUBST+= DISTNAME=${EMACS_DISTNAME} MESSAGE_SUBST+= DISTNAME=${EMACS_DISTNAME} -INFO_FILES= # PLIST +INFO_FILES= yes .include "options.mk" diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index c3a8531e68c..7dbaa9331f4 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2013/02/16 11:21:02 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2013/04/06 20:27:20 rodent Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 @@ -25,7 +25,7 @@ DIST_SUBDIR= xemacs PLIST_SUBST+= DISTNAME=${DISTNAME:Q} FILES_SUBST+= DISTNAME=${DISTNAME:Q} MESSAGE_SUBST+= DISTNAME=${DISTNAME:Q} -INFO_FILES= # PLIST +INFO_FILES= yes .include "options.mk" diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 98171929e0c..ff5462588de 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/10/06 11:55:00 asau Exp $ +# $NetBSD: Makefile,v 1.41 2013/04/06 20:27:20 rodent Exp $ DISTNAME= xconq-7.4.1 PKGREVISION= 9 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-tkconfig="${BUILDLINK_PREFIX.tk}/lib" MAKE_ENV+= LOCALBASE=${LOCALBASE:Q} MAKE_FLAGS+= mandir=${PREFIX:Q}/${PKGMANDIR:Q} \ infodir=${PREFIX:Q}/${PKGINFODIR:Q} -INFO_FILES= # PLIST +INFO_FILES= yes # XXX SETGIDGAME should go away and the rest of these should come from # the infrastructure. diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 7ddf311f9b6..1af421c4b46 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/06 14:10:40 asau Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:21 rodent Exp $ DISTNAME= aalib-1.4rc5 PKGNAME= ${DISTNAME:S/rc5/.0.5/} @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/aalib-1.4.0 GNU_CONFIGURE= YES USE_LIBTOOL= YES -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ENV+= SLANG_PREFIX=${BUILDLINK_PREFIX.libslang:Q} CONFIGURE_ENV+= NCURSES_PREFIX=${BUILDLINK_PREFIX.ncurses:Q} diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index e4b1f70e800..761bf35e325 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/12/12 10:44:10 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 20:27:21 rodent Exp $ # DISTNAME= barcode-0.98 @@ -11,7 +11,7 @@ COMMENT= Create bar codes as EPS (program and library) GNU_CONFIGURE= YES MAKE_ENV+= AWK=${AWK:Q} -INFO_FILES= # PLIST +INFO_FILES= yes INSTALL_MAKE_FLAGS= \ BINDIR=${DESTDIR}${PREFIX}/bin \ diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index a9d98396fc3..c83c922cfa0 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/10/06 14:10:51 asau Exp $ +# $NetBSD: Makefile,v 1.42 2013/04/06 20:27:21 rodent Exp $ DISTNAME= geomview-1.8.1 PKGREVISION= 6 @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --without-xforms CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa} CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q} CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= share/doc/geomview share/examples/geomview \ share/doc/html/geomview/pix diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index 380344a1dc8..6b9fb2bbcdf 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/02/16 11:22:10 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2013/04/06 20:27:21 rodent Exp $ # DISTNAME= hp2xx-3.4.4 @@ -16,7 +16,7 @@ MAKE_FLAGS= prefix=${PREFIX} \ mandir=${PREFIX}/${PKGMANDIR} \ infodir=${PREFIX}/${PKGINFODIR} MAKE_ENV+= XLDFLAGS=${LDFLAGS:Q} XCPPFLAGS=${CPPFLAGS:Q} -INFO_FILES= # PLIST +INFO_FILES= yes INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \ diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index 4b7563824e6..d0579b2a81c 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/03/24 16:56:32 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:21 rodent Exp $ # DISTNAME= tc-2.3.1 @@ -22,6 +22,6 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc USE_TOOLS+= gmake GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/lang/a60/Makefile b/lang/a60/Makefile index abe2aac4995..032385c541d 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/02 20:11:35 asau Exp $ +# $NetBSD: Makefile,v 1.14 2013/04/06 20:27:21 rodent Exp $ DISTNAME= a60-0.20a CATEGORIES= lang @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -Dunix -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 04cc6abf0b3..2d8c06e9689 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 21:56:17 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:21 rodent Exp $ DISTNAME= cim-3.30 PKGREVISION= 2 @@ -13,6 +13,6 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= libtool_path=${PKG_LIBTOOL:Q} USE_TOOLS+= perl:run USE_LIBTOOL= YES -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/lang/classpath/Makefile b/lang/classpath/Makefile index 1bc7de15795..b2b65d4e712 100644 --- a/lang/classpath/Makefile +++ b/lang/classpath/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2012/09/15 10:05:18 obache Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:22 rodent Exp $ .include "Makefile.common" PKGREVISION= 5 USE_TOOLS+= makeinfo zip -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+= --disable-gtk-peer diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index d356dd63eaa..f1586f2c081 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/02/17 19:18:05 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:22 rodent Exp $ # DISTNAME= eieio-0.17 @@ -20,7 +20,7 @@ MAKEFLAGS+= EMACS=${EMACS_BIN:Q} NO_CONFIGURE= yes USE_TOOLS+= gmake -INFO_FILES= # PLIST +INFO_FILES= yes # XXX $cd ${WRKSRC}; ${MAKE} -V eieio_LISP SRCS= eieio.el eieio-comp.el eieio-opt.el eieio-custom.el eieio-doc.el \ diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index ab7490fba24..12386805226 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2012/10/02 20:11:40 asau Exp $ +# $NetBSD: Makefile,v 1.97 2013/04/06 20:27:22 rodent Exp $ DISTNAME= gcc-2.95.3 PKGREVISION= 7 @@ -39,7 +39,7 @@ MESSAGE_SUBST+= DISTNAME=${DISTNAME} PLIST_SUBST+= DISTNAME=${DISTNAME:Q} \ GCC_PREFIX=${GCC_PREFIX:S|^${PREFIX}/||:Q} -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.prefs.mk" diff --git a/lang/gcc3-f77/Makefile b/lang/gcc3-f77/Makefile index 76d2d4398e6..b189872833e 100644 --- a/lang/gcc3-f77/Makefile +++ b/lang/gcc3-f77/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 20:11:40 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:22 rodent Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-f77-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - F77 compiler -INFO_FILES= # PLIST +INFO_FILES= yes INSTLIBS= libf2c/libg2c.la diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 31f1192e326..a3423b01210 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/10/02 20:11:41 asau Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/06 20:27:22 rodent Exp $ DISTNAME= gpc-2.1 PKGREVISION= 5 @@ -53,7 +53,7 @@ INSTALL_DIRS= ${BUILD_DIRS}/gcc INSTALL_TARGET= pascal.install -INFO_FILES= # PLIST +INFO_FILES= yes post-extract: ${MKDIR} ${WRKSRC} diff --git a/lang/guile16/Makefile b/lang/guile16/Makefile index 189a90fb2d7..291ef2a34d0 100644 --- a/lang/guile16/Makefile +++ b/lang/guile16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/12/05 23:42:14 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 20:27:22 rodent Exp $ DISTNAME= guile-1.6.8 PKGREVISION= 5 @@ -19,7 +19,7 @@ USE_TOOLS+= gmake makeinfo USE_LIBTOOL= YES USE_GNU_READLINE= YES PTHREAD_AUTO_VARS= YES -INFO_FILES= # PLIST +INFO_FILES= yes TEST_DIRS= ${WRKSRC} TEST_TARGET= check diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index 18ea45350eb..6eb2d1f2879 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 20:11:43 asau Exp $ +# $NetBSD: Makefile,v 1.31 2013/04/06 20:27:22 rodent Exp $ # DISTNAME= japhar-0.08 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake USE_LANGUAGES= c c++ -INFO_FILES= # PLIST +INFO_FILES= yes # The japhar tar archive uses ././@LongLink GNU tar hacks EXTRACT_USING= nbtar diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile index b9e6b9478cb..3f7a0feae84 100644 --- a/lang/ksi/Makefile +++ b/lang/ksi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/02 20:11:44 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 20:27:23 rodent Exp $ DISTNAME= ksi-3.9.0 CATEGORIES= lang @@ -13,7 +13,7 @@ MAKE_JOBS_SAFE= no CPPFLAGS+= -Dunix GNU_CONFIGURE= yes USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes MAKE_ENV+= GC_PREFIX=${BUILDLINK_PREFIX.boehm-gc:Q} USE_GNU_READLINE= # uses rl_event_hook() interface USE_LIBTOOL= yes diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 3a1ad5a0f45..fb50f0958bc 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/10/03 21:56:19 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2013/04/06 20:27:23 rodent Exp $ DISTNAME= mercury-compiler-11.07 PKGNAME= mercury-11.07 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pax bison flex USE_TOOLS+= perl # ? USE_GNU_READLINE= yes # rl_prep_term_function -INFO_FILES= # PLIST +INFO_FILES= yes # Some of the scripts test CC and use special settings for gcc. CONFIGURE_ENV+= CC=gcc diff --git a/lang/sablevm-classpath/Makefile b/lang/sablevm-classpath/Makefile index 31f92e5a83d..39eb726f790 100644 --- a/lang/sablevm-classpath/Makefile +++ b/lang/sablevm-classpath/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2012/10/02 20:11:52 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 20:27:23 rodent Exp $ # .include "Makefile.common" PKGREVISION= 1 USE_TOOLS+= zip:run -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+= --disable-gtk-peer diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 44c0fd70e0d..5569225a31c 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/10/03 21:56:20 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2013/04/06 20:27:23 rodent Exp $ DISTNAME= sather-1.2.3 PKGREVISION= 2 @@ -15,7 +15,7 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake makeinfo pax perl:run BUILD_TARGET= full optional -INFO_FILES= # PLIST +INFO_FILES= yes REPLACE_PERL= Browser/Web/ps2gif diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index fa51c4edba0..64191fd59bb 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/02/17 19:18:05 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:23 rodent Exp $ # DISTNAME= twelf-1-4 @@ -27,7 +27,7 @@ MAKE_FILE= smlnj/Makefile MAKEFLAGS+= sml=${PREFIX:Q}/bin/sml BUILD_TARGET= twelf-server twelf-sml -INFO_FILES= # PLIST +INFO_FILES= yes TWELF_LIBDIR= ${PREFIX}/lib/twelf TWELF_EMACSDIR= ${EMACS_LISPPREFIX}/twelf diff --git a/mail/gnus/Makefile b/mail/gnus/Makefile index 055e0e00725..8fc5c003f5f 100644 --- a/mail/gnus/Makefile +++ b/mail/gnus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/02/17 19:18:05 dholland Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:23 rodent Exp $ DISTNAME= gnus-5.10.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -24,7 +24,7 @@ EMACS_MODULES+= base GNU_CONFIGURE_INFODIR= ${PREFIX}/share/doc/gnus/info USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../editors/emacs/modules.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index c130cdcf1ce..fdb6dfec0f4 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/04/01 05:53:24 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:23 rodent Exp $ DISTNAME= mailcrypt-3.5.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} \ lispdir=${DESTDIR:Q}${EMACS_LISPPREFIX:Q} \ infodir=${DESTDIR:Q}${PREFIX:Q}/${PKGINFODIR} -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../editors/emacs/modules.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/vm/Makefile b/mail/vm/Makefile index b590ddc6914..0d65336f90c 100644 --- a/mail/vm/Makefile +++ b/mail/vm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2013/03/01 21:16:11 markd Exp $ +# $NetBSD: Makefile,v 1.42 2013/04/06 20:27:24 rodent Exp $ DISTNAME= vm-7.19 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -18,7 +18,7 @@ HOMEPAGE= http://www.wonderworks.com/vm/ COMMENT= VM (View Mail) is an advanced mail user agent for Emacs USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes MAKEFLAGS+= EMACS=${EMACS_BIN:Q} MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/vm diff --git a/math/bc/Makefile b/math/bc/Makefile index af0aee3a357..c003bcc8b80 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/09/11 23:04:17 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 20:27:24 rodent Exp $ DISTNAME= bc-1.06 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Arbitrary precision calculator language USE_TOOLS+= flex GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-readline -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 6f8e320e43a..71148490505 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/09/11 23:04:17 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/06 20:27:24 rodent Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -15,6 +15,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-doxygen -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/math/calc/Makefile b/math/calc/Makefile index 027da87bd17..86ec4424114 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/02/17 19:18:06 dholland Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:24 rodent Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -18,7 +18,7 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 \ MAKE_ENV+= EMACS=${EMACS_FLAVOR:Q} USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/calc diff --git a/math/ess/Makefile b/math/ess/Makefile index a6ab64f5155..a587c05e777 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/17 19:18:06 dholland Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 20:27:24 rodent Exp $ DISTNAME= ess-5.11 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Emacs Speaks Statistics USE_TOOLS+= makeinfo perl EMACS_MODULES= base -INFO_FILES= # PLIST +INFO_FILES= yes MAKE_JOBS_SAFE= no MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/ess diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 3450e6159db..f20470eb817 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/04/06 14:22:40 rodent Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:24 rodent Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "i386" diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 9e379fd1226..ae55e806dee 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/16 15:21:33 cheusov Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:24 rodent Exp $ DISTNAME= mcsim-5.4.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ CONFLICTS+= mono-[0-9]* # bin/mod GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes REPLACE_SH= sim/makemcsim.in sim/makemcsimd.in sim/makemcsims.in diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 48614d9fe3e..c274bc7bc30 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/04/06 15:46:37 rodent Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/sit INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} USE_TOOLS+= gmake makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes post-patch: for f in ${WRKSRC}/ysite.sh; do \ 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} diff --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile index ab9d66b99b1..22bb8340216 100644 --- a/multimedia/libassetml/Makefile +++ b/multimedia/libassetml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 09:21:05 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:25 rodent Exp $ # DISTNAME= libassetml-1.2.1 @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libassetml.pc.in GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/glib2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 608f597face..a0f1d805fa9 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2012/10/23 17:18:08 asau Exp $ +# $NetBSD: Makefile,v 1.124 2013/04/06 20:27:26 rodent Exp $ DISTNAME= ORBit-0.5.17 PKGREVISION= 2 @@ -23,7 +23,7 @@ CONFIGURE_ENV+= LIB_WRAP="-lwrap" PKGCONFIG_OVERRIDE+= ORBit.pc.in PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.prefs.mk" diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile index 506f191053f..6803912a05b 100644 --- a/net/ipgrab/Makefile +++ b/net/ipgrab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/06 19:30:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 20:27:26 rodent Exp $ DISTNAME= ipgrab-0.9.9 PKGREVISION= 1 @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index f08ebd1ab70..7eed75a5fd1 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2012/10/23 17:18:32 asau Exp $ +# $NetBSD: Makefile,v 1.58 2013/04/06 20:27:26 rodent Exp $ DISTNAME= libIDL-0.8.14 PKGREVISION= 4 @@ -17,7 +17,7 @@ USE_TOOLS+= bison flex pkg-config PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in GNU_CONFIGURE= yes CONFIGURE_ENV+= HAVE_YACC=yes -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/compiler.mk" diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index f113a2bc265..8245ac7c90c 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/03/28 21:35:48 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/06 20:27:26 rodent Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} PKGREVISION= 8 @@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --without-pgsql CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/${BUILDLINK_LIBDIRS.mysql-client} CONFIGURE_ARGS+= --with-mysql-include=${BUILDLINK_PREFIX.mysql-client}/${BUILDLINK_INCDIRS.mysql-client} -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/mysql.buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile index 2af89d6c3dd..b48bac7673a 100644 --- a/net/mydns-pgsql/Makefile +++ b/net/mydns-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/02/06 23:23:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:26 rodent Exp $ PKGNAME= ${DISTNAME:S/-/-pgsql-/} PKGREVISION= 12 @@ -10,7 +10,7 @@ CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib CONFIGURE_ARGS+= --with-pgsql-include=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/pgsql.buildlink3.mk" .include "Makefile.common" diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 5e53c1a9349..3e39ae3d3cf 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/10/23 17:19:04 asau Exp $ +# $NetBSD: Makefile,v 1.43 2013/04/06 20:27:26 rodent Exp $ # DISTNAME= quagga-0.99.21 @@ -28,7 +28,7 @@ CONFLICTS+= zebra-[0-9]* PLIST_SRC= ${WRKDIR}/PLIST PLIST_CAT= # empty -INFO_FILES= # PLIST +INFO_FILES= yes RCD_SCRIPTS= zebra bgpd ospfd ripd PKG_GROUPS= quagga diff --git a/net/uucp/Makefile b/net/uucp/Makefile index e64da44e1ed..d85b01f655a 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 17:19:16 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 20:27:27 rodent Exp $ DISTNAME= uucp-1.07 PKGREVISION= 6 @@ -33,7 +33,7 @@ PKG_GECOS.${UUCP_USER}= UNIX-to-UNIX Copy PKG_HOMES.${UUCP_USER}= ${UUCP_PUBDIR} PKG_SHELL.${UUCP_USER}= ${PREFIX}/sbin/uucico -INFO_FILES= # PLIST +INFO_FILES= yes # UUCP installs many set-uid "uucp" binaries. SPECIAL_PERMS+= bin/cu ${UUCP_USER} ${BINGRP} 4555 diff --git a/net/wol/Makefile b/net/wol/Makefile index 48302493494..ad52d75f4f1 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/23 17:19:20 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/04/06 20:27:27 rodent Exp $ DISTNAME= wol-0.7.1 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Small Wake On Lan client GNU_CONFIGURE= yes USE_TOOLS+= gmake perl pod2man USE_PKGLOCALEDIR= yes -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 0517992c6db..fe5e0e3308f 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/23 17:19:21 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 20:27:27 rodent Exp $ DISTNAME= yafc-0.7.10 PKGREVISION= 3 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_GNU_READLINE= yes CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.prefs.mk" 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 diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index 3c7ad02aeb8..1eea9034426 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/02/17 19:18:08 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 20:27:27 rodent Exp $ DISTNAME= epg-0.0.16 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} @@ -14,7 +14,7 @@ GNU_CONFIGURE= YES MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} INSTALL_MAKE_FLAGS+= lispdir=${DESTDIR}${EMACS_LISPPREFIX:Q} -INFO_FILES= epa.info +INFO_FILES= yes # per README: GnuPG 1.4.3 DEPENDS+= gnupg>=1.4.3:../../security/gnupg diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 96f679acaa7..9ce6b98e0d6 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/23 18:16:27 asau Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:27 rodent Exp $ # DISTNAME= fsh-1.2 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.lysator.liu.se/fsh/ COMMENT= Fast remote command execution GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile index 87463193d27..50b6ea7bf2d 100644 --- a/security/gnu-crypto/Makefile +++ b/security/gnu-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:28 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/06 20:27:28 rodent Exp $ # DISTNAME= gnu-crypto-2.0.1-bin @@ -16,6 +16,7 @@ USE_JAVA2= yes INSTALLATION_DIRS= lib/java/gnu-crypto ${PKGINFODIR} NO_BUILD= yes +INFO_FILES= yes do-install: ${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${DESTDIR}${PREFIX}/lib/java/gnu-crypto/ diff --git a/security/gss/Makefile b/security/gss/Makefile index 8364311ccd3..6b1d6eaec3f 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/23 18:16:29 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 20:27:28 rodent Exp $ # DISTNAME= gss-0.0.15 @@ -18,7 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes USE_LIBTOOL= yes -INFO_FILES= # PLIST +INFO_FILES= yes PKGCONFIG_OVERRIDE+= gss.pc.in diff --git a/security/jessie/Makefile b/security/jessie/Makefile index 2dfabb9afdc..368a9c580b9 100644 --- a/security/jessie/Makefile +++ b/security/jessie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/23 18:16:31 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 20:27:28 rodent Exp $ # DISTNAME= jessie-1.0.1 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake USE_JAVA2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +INFO_FILES= yes CONFIGURE_ARGS+= --with-java-prefix=${PKG_JAVA_HOME:Q} CONFIGURE_ARGS+= --datadir=${PREFIX}/lib/java/jessie diff --git a/security/sfs/Makefile b/security/sfs/Makefile index fa185da3c4d..4dc7c5da6fa 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2013/04/06 14:22:41 rodent Exp $ +# $NetBSD: Makefile,v 1.42 2013/04/06 20:27:28 rodent Exp $ # DISTNAME= sfs-0.7.2 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --disable-uvfs USE_LANGUAGES= c c++ USE_TOOLS+= makeinfo perl:run lex -INFO_FILES= # PLIST +INFO_FILES= yes PKG_SYSCONFSUBDIR= sfs PKG_GROUPS= ${SFS_GROUP} diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 26cc1cadba4..1ca6632d3aa 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/09/11 23:25:08 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:28 rodent Exp $ DISTNAME= esh-0.8 PKGREVISION= 3 @@ -10,7 +10,7 @@ COMMENT= Unix shell with Lisp-like syntax WRKSRC= ${WRKDIR}/esh PKG_SHELL= bin/esh -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= bin ${PKGINFODIR} share/doc/esh share/examples/esh \ share/emacs/site-lisp diff --git a/sysutils/fatback/Makefile b/sysutils/fatback/Makefile index c3a5d9e3c85..65678d8e80a 100644 --- a/sysutils/fatback/Makefile +++ b/sysutils/fatback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 19:51:01 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 20:27:28 rodent Exp $ DISTNAME= fatback-1.3 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://sourceforge.net/project/showfiles.php?group_id=46038 COMMENT= Recover deleted files from FAT filesystems GNU_CONFIGURE= yes -INFO_FILES= # PLIST +INFO_FILES= yes USE_LANGUAGES= c c++ USE_TOOLS+= lex diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index ceb3e7bae2a..28b7c3e0ab1 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/04/06 04:11:44 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:28 rodent Exp $ # DISTNAME= pv-0.9.6 @@ -14,7 +14,7 @@ COMMENT= Monitor the progress of data through a pipeline GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes -INFO_FILES= # PLIST +INFO_FILES= yes # Don't gzip the installed info file and man pages. CONFIGURE_ENV+= DO_GZIP=${TOOLS_CMD.true} diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index c342341f219..c15f30b83c4 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/23 19:51:24 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:29 rodent Exp $ # DISTNAME= stow-1.3.3 @@ -14,6 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_TOOLS+= perl:run -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/vcdimager/Makefile b/sysutils/vcdimager/Makefile index 680110ef67c..c2d64f77a88 100644 --- a/sysutils/vcdimager/Makefile +++ b/sysutils/vcdimager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/23 19:51:29 asau Exp $ +# $NetBSD: Makefile,v 1.26 2013/04/06 20:27:29 rodent Exp $ # DISTNAME= vcdimager-0.6.2 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile index ab7ad86d250..3415dfa679b 100644 --- a/textproc/eblook/Makefile +++ b/textproc/eblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/25 06:55:48 asau Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:29 rodent Exp $ # DISTNAME= eblook-1.6.1 @@ -13,7 +13,7 @@ COMMENT= Interactive command-line interface for EPWING electric dictionaries PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+=--with-eb-conf=${PKG_SYSCONFDIR}/eb.conf LIBS+= ${BUILDLINK_LDADD.iconv} diff --git a/textproc/ja-grep/Makefile b/textproc/ja-grep/Makefile index 51b757c3c10..feed93f7bb2 100644 --- a/textproc/ja-grep/Makefile +++ b/textproc/ja-grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/25 06:56:00 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 20:27:29 rodent Exp $ DISTNAME= grep-2.4.2 PKGNAME= ja-grep-2.4.2 @@ -21,7 +21,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt CONFIGURE_ARGS+= --program-transform-name='s,^,j,' TEST_TARGET= check -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= share/doc/ja-grep diff --git a/textproc/ja-sed/Makefile b/textproc/ja-sed/Makefile index f96ca5e1a98..fc218eafde1 100644 --- a/textproc/ja-sed/Makefile +++ b/textproc/ja-sed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/25 06:56:01 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 20:27:29 rodent Exp $ DISTNAME= sed-3.02 PKGNAME= ja-sed-3.02 @@ -19,7 +19,7 @@ CONFLICTS+= gsed-[0-9]* USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name='s,^,j,' -INFO_FILES= # PLIST +INFO_FILES= yes INSTALLATION_DIRS= share/doc/ja-sed diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index ac474fa15ef..55cfda67eb3 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/10/25 06:56:09 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/04/06 20:27:29 rodent Exp $ # DISTNAME= ndtpd-3.1.5 @@ -16,7 +16,7 @@ USE_TOOLS+= makeinfo perl:run USE_LIBTOOL= YES GNU_CONFIGURE= YES -INFO_FILES= # PLIST +INFO_FILES= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR:Q} diff --git a/www/w3/Makefile b/www/w3/Makefile index 571ba6eb81f..6823e7a4db2 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/02/17 19:18:10 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:29 rodent Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= ${EMACS_PKGNAME_PREFIX}w3-4.0b47 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --with-emacs CONFIGURE_ARGS+= --enable-site-install CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/w3 CONFIGURE_ARGS+= --datadir=${ETCDIR} -INFO_FILES= # PLIST +INFO_FILES= yes PLIST_SUBST+= ETCDIR=${ETCDIR:S/^${PREFIX}\///:Q} diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index f5f7ec0a838..36f51576d47 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2012/10/29 05:06:17 asau Exp $ +# $NetBSD: Makefile,v 1.130 2013/04/06 20:27:30 rodent Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 11 @@ -21,7 +21,7 @@ USE_LANGUAGES+= c99 USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= gdk.pc.in PKGCONFIG_OVERRIDE+= gtk+.pc.in -INFO_FILES= # PLIST +INFO_FILES= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xinput=xfree \ |