diff options
author | jlam <jlam> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-05 23:01:15 +0000 |
commit | 3f5d4958f493b68b95bf81cec2aee7b824fb7353 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe | |
parent | c58b431b470a16fadadf83692c86c79c46efa51e (diff) | |
download | pkgsrc-3f5d4958f493b68b95bf81cec2aee7b824fb7353.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
-rw-r--r-- | math/algae/Makefile | 11 | ||||
-rw-r--r-- | math/algae/PLIST | 3 | ||||
-rw-r--r-- | math/algae/distinfo | 4 | ||||
-rw-r--r-- | math/algae/patches/patch-ae | 43 | ||||
-rw-r--r-- | math/bc/Makefile | 4 | ||||
-rw-r--r-- | math/bc/PLIST | 4 | ||||
-rw-r--r-- | math/blitz++/Makefile | 5 | ||||
-rw-r--r-- | math/blitz++/PLIST | 3 | ||||
-rw-r--r-- | math/calc/Makefile | 14 | ||||
-rw-r--r-- | math/calc/PLIST | 3 | ||||
-rw-r--r-- | math/eukleides/Makefile | 9 | ||||
-rw-r--r-- | math/eukleides/PLIST | 3 | ||||
-rw-r--r-- | math/eukleides/distinfo | 3 | ||||
-rw-r--r-- | math/eukleides/patches/patch-aa | 18 | ||||
-rw-r--r-- | math/mcsim/Makefile | 15 | ||||
-rw-r--r-- | math/mcsim/PLIST | 3 | ||||
-rw-r--r-- | math/pspp/Makefile | 9 | ||||
-rw-r--r-- | math/pspp/PLIST | 3 | ||||
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/git/PLIST | 3 | ||||
-rw-r--r-- | misc/lookup/Makefile | 5 | ||||
-rw-r--r-- | misc/lookup/PLIST | 4 | ||||
-rw-r--r-- | misc/screen/Makefile | 4 | ||||
-rw-r--r-- | misc/screen/PLIST | 3 | ||||
-rw-r--r-- | misc/screen/PLIST.SunOS | 3 |
25 files changed, 76 insertions, 107 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 2c3993fb664..61cdad42398 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/05 23:01:15 jlam Exp $ DISTNAME= algae-4.1.3 PKGREVISION= 4 @@ -15,8 +15,13 @@ GNU_CONFIGURE= yes USE_LANGUAGES= fortran USE_TOOLS+= ls tr USE_GNU_READLINE= # uses history_truncate_file - -INFO_FILES= algae.info +INFO_FILES= # PLIST +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ + mandir=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \ + infodir=${PREFIX:Q}/${PKGINFODIR:Q} \ + htmldir=${PREFIX:Q}/share/doc/html/algae \ + sourcedir=${PREFIX:Q}/include \ + hdir=${PREFIX:Q}/include/algae .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/algae/PLIST b/math/algae/PLIST index a19c16f2df3..11079578abf 100644 --- a/math/algae/PLIST +++ b/math/algae/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/06/17 12:47:55 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/05 23:01:15 jlam Exp $ bin/${PKGNAME} bin/algae include/algae/abs.h @@ -119,6 +119,7 @@ include/algae/vector.h include/algae/vector_st.h include/algae/version.h include/algae/zero.h +info/algae.info lib/algae/${PKGVERSION}/algae.A man/man1/algae.1 share/algae/${PKGVERSION}/tools/all.A diff --git a/math/algae/distinfo b/math/algae/distinfo index fdb98200360..316a01aae71 100644 --- a/math/algae/distinfo +++ b/math/algae/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2005/12/21 17:56:10 joerg Exp $ +$NetBSD: distinfo,v 1.7 2006/04/05 23:01:15 jlam Exp $ SHA1 (algae-4.1.3.tar.gz) = 73da6e67e9b73389af97239deda4479096cb7eb0 RMD160 (algae-4.1.3.tar.gz) = 79b127f3f8983c19f5a9984d14ce9cc2cc913031 @@ -7,5 +7,5 @@ SHA1 (patch-aa) = c9808abd82f27eb9b41358d8b962553446b473b8 SHA1 (patch-ab) = 79866650010effa2a7179dc246c835a98b152c1c SHA1 (patch-ac) = 5f638e253bef7cb53b56d645d8ab9a2fe873e96f SHA1 (patch-ad) = f169de7ed2a8b0302f8bcd7110ca216526eaf1cb -SHA1 (patch-ae) = 6c7e7d8f1aa9aa1ed3aac19742351c5f884fa227 +SHA1 (patch-ae) = 926e28580031c61fba5d8e47a690741766e94555 SHA1 (patch-af) = c70e919a048992058fa1305d7a2ab3435f38a026 diff --git a/math/algae/patches/patch-ae b/math/algae/patches/patch-ae index b507b980d2c..0b2170f063d 100644 --- a/math/algae/patches/patch-ae +++ b/math/algae/patches/patch-ae @@ -1,43 +1,8 @@ -$NetBSD: patch-ae,v 1.3 2003/07/24 16:28:56 jtb Exp $ +$NetBSD: patch-ae,v 1.4 2006/04/05 23:01:15 jlam Exp $ ---- Makefile.in.orig 2003-02-28 23:07:03.000000000 +0000 -+++ Makefile.in 2003-07-24 17:14:18.000000000 +0100 -@@ -78,18 +78,18 @@ - libdir = $(prefix)/lib - - # Directory in which to install the man page. --mandir = $(datadir)/man/man$(manext) -+mandir = $(prefix)/man/man$(manext) - # The manpage extension - manext = 1 - - # Directory in which to install the Info files. --infodir = $(datadir)/info -+infodir = $(prefix)/info - - # Directory in which to install the algae tools. - tooldir = $(datadir)/algae/$(VERSION_NUMBER)/tools - - # Directory in which to install the algae html files. --htmldir = $(datadir)/algae/$(VERSION_NUMBER)/html -+htmldir = $(prefix)/share/doc/html/algae - - # Directory and name of the startup file. This is compiled into the - # executable, so don't change either assignment if you have a binary -@@ -99,10 +99,10 @@ - RC0 = $(rcdir)/algae.A - - # Directory in which to install source code. --sourcedir = $(prefix)/src -+sourcedir = $(prefix)/include - - # Directory in which to install the header files. --hdir = $(sourcedir)/algae/$(VERSION_NUMBER)/include -+hdir = $(sourcedir)/algae - - # Directory containing site files: that is, files installed locally - # which are not part of the standard Algae distribution. -@@ -308,7 +308,7 @@ +--- Makefile.in.orig 2003-02-28 18:07:03.000000000 -0500 ++++ Makefile.in +@@ -308,7 +308,7 @@ install: algae.A installdirs cd tools; \ $(MAKE) tooldir=$(tooldir) install cd doc; \ diff --git a/math/bc/Makefile b/math/bc/Makefile index 58bfe7668b2..81e2ee4ec93 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/05 22:24:50 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/05 23:01:15 jlam Exp $ DISTNAME= bc-1.06 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Arbitrary precision calculator language USE_TOOLS+= flex GNU_CONFIGURE= YES -INFO_FILES= bc.info dc.info +INFO_FILES= # PLIST .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" diff --git a/math/bc/PLIST b/math/bc/PLIST index bb69ca0eb06..4603694a36e 100644 --- a/math/bc/PLIST +++ b/math/bc/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/07 21:57:21 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/05 23:01:15 jlam Exp $ bin/bc bin/dc +info/bc.info +info/dc.info man/man1/bc.1 man/man1/dc.1 diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 27de72e8744..11569f9b2e5 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:02 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/05 23:01:15 jlam Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -14,7 +14,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cxx=gcc - -INFO_FILES= blitz.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/math/blitz++/PLIST b/math/blitz++/PLIST index 293a88c1346..b8457b07717 100644 --- a/math/blitz++/PLIST +++ b/math/blitz++/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/09/05 14:06:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/05 23:01:15 jlam Exp $ include/blitz/applics.h include/blitz/array-impl.h include/blitz/array-old.h @@ -160,6 +160,7 @@ include/random/gamma.h include/random/mt.h include/random/normal.h include/random/uniform.h +info/blitz.info lib/libblitz.la lib/pkgconfig/blitz.pc share/doc/blitz-0.8/blitz.gif diff --git a/math/calc/Makefile b/math/calc/Makefile index f8307ff2ba8..6c0623c4cd5 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/05 23:01:15 jlam Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -15,14 +15,16 @@ COMMENT= Advanced Calculator for GNU Emacs MAKE_ENV+= EMACS=${EMACS_FLAVOR:Q} USE_TOOLS+= makeinfo -INFO_FILES= calc.info +INFO_FILES= # PLIST -INSTALLATION_DIRS= info +INSTALLATION_DIRS= ${EMACS_INFOPREFIX} ${EMACS_LISPPREFIX}/calc do-install: - ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/calc ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc \ - ${WRKSRC}/calccard.tex ${EMACS_LISPPREFIX}/calc - ${INSTALL_DATA} ${WRKSRC}/calc.info* ${PREFIX}/info + ${WRKSRC}/calccard.tex ${EMACS_LISPPREFIX}/calc + cd ${WRKSRC}; for f in *.info *.info-[0-9]*; do \ + ${TEST} ! -f "$$f" || \ + ${INSTALL_DATA} "$$f" ${EMACS_INFOPREFIX}; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/math/calc/PLIST b/math/calc/PLIST index d90ed314ee1..ab4fa395643 100644 --- a/math/calc/PLIST +++ b/math/calc/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/07 21:59:54 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/05 23:01:15 jlam Exp $ +${EMACS_INFOPREFIX}/calc.info ${EMACS_LISPPREFIX}/calc/calc-aent.el ${EMACS_LISPPREFIX}/calc/calc-aent.elc ${EMACS_LISPPREFIX}/calc/calc-alg-2.el diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index c81d9c36878..04072cbaa91 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/05 22:35:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 23:01:15 jlam Exp $ DISTNAME= eukleides.1.0.1 PKGNAME= eukleides-1.0.1 @@ -14,6 +14,11 @@ DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit BUILD_TARGET= eukleides USE_TOOLS+= bison gmake makeinfo -INFO_FILES= eukleides.info +INFO_FILES= # PLIST + +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ + BIN=${PREFIX:Q}/bin/ \ + INFO=${PREFIX:Q}/${PKGINFODIR:Q}/ \ + MAN=${PREFIX:Q}/${PKGMANDIR:Q}/man1/ .include "../../mk/bsd.pkg.mk" diff --git a/math/eukleides/PLIST b/math/eukleides/PLIST index 9f9c8c4f453..b94cb124699 100644 --- a/math/eukleides/PLIST +++ b/math/eukleides/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2004/12/31 12:36:44 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/05 23:01:15 jlam Exp $ bin/euk2edit bin/euk2eps bin/eukleides +info/eukleides.info man/man1/euk2edit.1 man/man1/euk2eps.1 man/man1/eukleides.1 diff --git a/math/eukleides/distinfo b/math/eukleides/distinfo index ebd80876087..39fe8df18d7 100644 --- a/math/eukleides/distinfo +++ b/math/eukleides/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 12:06:54 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/04/05 23:01:15 jlam Exp $ SHA1 (eukleides.1.0.1.tar.gz) = 6ece226caec7bb452daa86b5bef08c00bd046c37 RMD160 (eukleides.1.0.1.tar.gz) = 91c2092782a9cb969583ef35b0dc505a2b2559d6 Size (eukleides.1.0.1.tar.gz) = 50635 bytes -SHA1 (patch-aa) = 5bae9eb5d1411ffddf5ea0a438e412ff3d89aab6 diff --git a/math/eukleides/patches/patch-aa b/math/eukleides/patches/patch-aa deleted file mode 100644 index 627f1ddad6b..00000000000 --- a/math/eukleides/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/12/31 12:36:44 kristerw Exp $ - ---- Makefile.orig 2004-09-20 12:28:49.000000000 +0000 -+++ Makefile -@@ -6,10 +6,9 @@ CFLAGS = -c -O2 - OBJECTS = lex.yy.o parser.tab.o main.o geometry.o drawing.o - LEX = flex - YACC = bison -d --PREFIX = /usr/local/ --BIN = $(PREFIX)bin/ --MAN = $(PREFIX)man/man1/ --INFO = $(PREFIX)info/ -+BIN = $(PREFIX)/bin/ -+MAN = $(PREFIX)/man/man1/ -+INFO = $(PREFIX)/info/ - PAPER = --texinfo=@afourpaper - DOC = eukleides.info eukleides.dvi eukleides.ps - diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index cfb016a0786..a5d5f0395e3 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/19 15:26:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/05 23:01:15 jlam Exp $ DISTNAME= mcsim-4.2.0 CATEGORIES= math @@ -8,23 +8,24 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Monte Carlo Simulation software USE_TOOLS+= makeinfo -INFO_FILES= mcsim +INFO_FILES= # PLIST WRKSRC= ${WRKDIR}/mcsim -INSTALLATION_DIRS= bin info +INSTALLATION_DIRS= bin ${PKGINFODIR} share/doc/mcsim share/doc/html/mcsim post-build: - cd ${WRKSRC}/doc && ${MAKEINFO} mcsim.texinfo + cd ${WRKSRC}/doc && makeinfo mcsim.texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mod/mod ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/sim/mcsim ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mcsim ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${WRKSRC}/doc/MCSim* \ ${WRKSRC}/doc/mcsim.dvi ${PREFIX}/share/doc/mcsim/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/mcsim ${INSTALL_DATA} ${WRKSRC}/doc/mcsim.html \ ${PREFIX}/share/doc/html/mcsim - cd ${WRKSRC}/doc && ${INSTALL_DATA} mcsim ${PREFIX}/info/ + cd ${WRKSRC}/doc; for f in mcsim mcsim-[0-9]*; do \ + ${TEST} ! -f "$$f" || \ + ${INSTALL_DATA} "$$f" ${PREFIX}/${PKGINFODIR}; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/math/mcsim/PLIST b/math/mcsim/PLIST index 0b3a045d406..3bb9261a1a7 100644 --- a/math/mcsim/PLIST +++ b/math/mcsim/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/07 22:45:10 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/05 23:01:15 jlam Exp $ bin/mcsim bin/mod +info/mcsim share/doc/html/mcsim/mcsim.html share/doc/mcsim/About-Datasets.txt share/doc/mcsim/About-Doc.txt diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e371c4774fa..ae9d42b46c1 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/03/04 21:30:08 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/05 23:01:16 jlam Exp $ # DISTNAME= pspp-0.3.0 @@ -19,18 +19,17 @@ COMMENT= Program for statistical analysis of sampled data BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -Dunix=1 +GNU_CONFIGURE= yes +CPPFLAGS+= -Dunix=1 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -INFO_FILES= pspp.info - PKG_SYSCONFSUBDIR= pspp EGDIR= ${PREFIX}/share/examples/pspp CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices CONF_FILES+= ${EGDIR}/html-prologue ${PKG_SYSCONFDIR}/html-prologue CONF_FILES+= ${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize CONF_FILES+= ${EGDIR}/ps-prologue ${PKG_SYSCONFDIR}/ps-prologue +INFO_FILES= # PLIST .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" diff --git a/math/pspp/PLIST b/math/pspp/PLIST index bf0352266e4..11a905127e7 100644 --- a/math/pspp/PLIST +++ b/math/pspp/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/08 19:46:56 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/05 23:01:16 jlam Exp $ bin/pspp +info/pspp.info share/doc/pspp/NEWS share/doc/pspp/README share/doc/pspp/TODO diff --git a/misc/git/Makefile b/misc/git/Makefile index 48a994d3ab5..ac0ab0bb423 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/05 23:01:16 jlam Exp $ DISTNAME= git-4.3.20 CATEGORIES= misc @@ -9,7 +9,7 @@ HOMEPAGE= http://hulubei.net/tudor/git/ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems GNU_CONFIGURE= YES -INFO_FILES= git.info git.info-1 git.info-2 git.info-3 +INFO_FILES= # PLIST post-extract: ${CP} ${WRKSRC}/term/.gitrc.ansi ${WRKSRC}/term/.gitrc.cons25 diff --git a/misc/git/PLIST b/misc/git/PLIST index b233256eb8d..14c6a337607 100644 --- a/misc/git/PLIST +++ b/misc/git/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/01/26 17:58:18 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/05 23:01:16 jlam Exp $ bin/.gitaction bin/git bin/gitaction @@ -12,6 +12,7 @@ bin/gitview bin/gitwhich bin/gitwipe bin/gitxgrep +info/git.info man/man1/git.1 man/man1/gitaction.1 man/man1/gitkeys.1 diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index adaf8eb569a..11d55ad4b4f 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 23:01:16 jlam Exp $ # DISTNAME= lookup-1.4 @@ -18,8 +18,7 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup - -INFO_FILES= lookup.info lookup-guide.info +INFO_FILES= # PLIST CONFIGURE_ARGS+=${EMACS_FLAVOR} diff --git a/misc/lookup/PLIST b/misc/lookup/PLIST index 0b07600d80d..f28ec27885c 100644 --- a/misc/lookup/PLIST +++ b/misc/lookup/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/19 16:05:49 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/05 23:01:16 jlam Exp $ +${EMACS_INFOPREFIX}/lookup.info +${EMACS_INFOPREFIX}/lookup-guide.info ${EMACS_LISPPREFIX}/lookup/evi-mule.el ${EMACS_LISPPREFIX}/lookup/evi-mule.elc ${EMACS_LISPPREFIX}/lookup/evi.el diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 9cc33e51cd0..03f819d0d7b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/01/19 02:01:18 joerg Exp $ +# $NetBSD: Makefile,v 1.66 2006/04/05 23:01:16 jlam Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 4 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed -INFO_FILES= screen.info PLIST_SUBST+= DISTNAME=${DISTNAME:Q} GNU_CONFIGURE= yes @@ -22,6 +21,7 @@ CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet PKG_SHELL= bin/screen +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" diff --git a/misc/screen/PLIST b/misc/screen/PLIST index 00563572a61..86af6b5a4d9 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2005/12/28 17:53:24 reed Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/04/05 23:01:16 jlam Exp $ bin/screen bin/${DISTNAME} +info/screen.info man/man1/screen.1 @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/etcscreenrc diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS index d56160c89bc..a0ff5c773cc 100644 --- a/misc/screen/PLIST.SunOS +++ b/misc/screen/PLIST.SunOS @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST.SunOS,v 1.11 2005/12/28 17:53:24 reed Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.12 2006/04/05 23:01:16 jlam Exp $ bin/screen bin/${DISTNAME} +info/screen.info man/man1/screen.1 @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/etcscreenrc |