From ab9e528a14707beb99c9d6a4c2e72fdae33dab0c Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 5 Apr 2006 22:54:59 +0000 Subject: [PATCH] Honor PKGINFODIR and list info files directly in the PLIST. Also set sysconfdir to the example directory in INSTALL_MAKE_FLAGS instead of patching out installation to $(sysconfdir) in various Makefiles. Bump the PKGREVISION. --- misc/pinfo/Makefile | 18 +++++++----------- misc/pinfo/PLIST | 3 ++- misc/pinfo/distinfo | 4 +--- misc/pinfo/patches/patch-ad | 20 -------------------- misc/pinfo/patches/patch-ae | 19 ------------------- 5 files changed, 10 insertions(+), 54 deletions(-) delete mode 100644 misc/pinfo/patches/patch-ad delete mode 100644 misc/pinfo/patches/patch-ae diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index fed05db4b2a1..ae58a7b8aaf7 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/02/05 23:10:13 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/05 22:54:59 jlam Exp $ # DISTNAME= pinfo-0.6.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ @@ -14,18 +14,14 @@ BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes - -INFO_FILES= pinfo.info - -CPPFLAGS+= -DDFLT_INFOPATH="\"/usr/share/info:${X11BASE}/info:${LOCALBASE}/info:/usr/local/info\"" - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -CONF_FILES= ${PREFIX}/share/examples/pinfo/pinforc ${PKG_SYSCONFDIR}/pinforc +CPPFLAGS+= -DDFLT_INFOPATH="\"/usr/share/info:${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}:/usr/local/info\"" -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pinfo - ${INSTALL_DATA} ${WRKSRC}/src/pinforc ${PREFIX}/share/examples/pinfo +EGDIR= ${PREFIX}/share/examples/pinfo +CONF_FILES= ${EGDIR}/pinforc ${PKG_SYSCONFDIR}/pinforc +INFO_FILES= # PLIST +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q} PKG_OPTIONS_VAR= PKG_OPTIONS.pinfo PKG_SUPPORTED_OPTIONS= pinfo-native-curses diff --git a/misc/pinfo/PLIST b/misc/pinfo/PLIST index fae8aed2dfba..27087bf7b0f7 100644 --- a/misc/pinfo/PLIST +++ b/misc/pinfo/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2004/03/08 22:22:31 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/05 22:54:59 jlam Exp $ bin/pinfo +info/pinfo.info man/man1/pinfo.1 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/pinfo.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pinfo.mo diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo index 308704491b78..5ee6e066b2be 100644 --- a/misc/pinfo/distinfo +++ b/misc/pinfo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 11:02:57 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/04/05 22:54:59 jlam Exp $ SHA1 (pinfo-0.6.1.tar.gz) = f0444f4eb3bad4f10ad96c971d7bcd553b567ef4 RMD160 (pinfo-0.6.1.tar.gz) = 85313caf3323f00720bd319dffd2593025745779 @@ -6,5 +6,3 @@ Size (pinfo-0.6.1.tar.gz) = 271015 bytes SHA1 (patch-aa) = e2d7d0e8ccbe5db276fb736d22682bb8f719eb98 SHA1 (patch-ab) = f089af56a969af630e2cb886aa8fb40be055eca7 SHA1 (patch-ac) = 7dbddcf81e9ad6ff00dadd8a93cf2c160992ce75 -SHA1 (patch-ad) = fe53fc7178c9376c6858d6d1531585f03bd98ddf -SHA1 (patch-ae) = 2186095dee7aafeca9b1933cc657fa07b775fb1e diff --git a/misc/pinfo/patches/patch-ad b/misc/pinfo/patches/patch-ad deleted file mode 100644 index f68e3022d0df..000000000000 --- a/misc/pinfo/patches/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2003/08/03 01:01:33 seb Exp $ - ---- src/Makefile.am.orig 2000-07-06 10:00:19.000000000 +0000 -+++ src/Makefile.am -@@ -88,15 +88,5 @@ else - sigblock.o: $(pinfo_SIGBLOCK) - endif - --install-data-local: -- if [ ! -f $(DESTDIR)$(sysconfdir)/pinforc ] ; then \ -- if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ -- $(INSTALL) -d $(DESTDIR)$(sysconfdir); \ -- fi; \ -- $(INSTALL) -m 644 $(srcdir)/pinforc $(DESTDIR)$(sysconfdir) ; \ -- else \ -- echo "WARNING! Old pinforc detected. I'm not installing the new file"; \ -- fi -- - EXTRA_DIST = $(pinfo_READLINE) $(pinfo_SNPRINTF) $(pinfo_SIGBLOCK) - diff --git a/misc/pinfo/patches/patch-ae b/misc/pinfo/patches/patch-ae deleted file mode 100644 index ba3f240170f2..000000000000 --- a/misc/pinfo/patches/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2003/08/03 01:01:33 seb Exp $ - ---- src/Makefile.in.orig 2000-10-05 22:42:37.000000000 +0000 -+++ src/Makefile.in -@@ -334,14 +334,6 @@ maintainer-clean-generic clean mostlycle - @HAVE_SIGBLOCK_FALSE@sigblock.o: $(pinfo_SIGBLOCK) - - install-data-local: -- if [ ! -f $(DESTDIR)$(sysconfdir)/pinforc ] ; then \ -- if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ -- $(INSTALL) -d $(DESTDIR)$(sysconfdir); \ -- fi; \ -- $(INSTALL) -m 644 $(srcdir)/pinforc $(DESTDIR)$(sysconfdir) ; \ -- else \ -- echo "WARNING! Old pinforc detected. I'm not installing the new file"; \ -- fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded.