pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/w3m No need custom post-install for install of hel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/890a124dfcaf
branches:  trunk
changeset: 551321:890a124dfcaf
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 04:33:43 2008 +0000

description:
No need custom post-install for install of help file , just use INSTALL_TARGET.
It's more harmless for modification of pkgsrc install phase.

diffstat:

 www/w3m/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 2d3e312a4888 -r 890a124dfcaf www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Sat Dec 13 04:21:28 2008 +0000
+++ b/www/w3m/Makefile.common   Sat Dec 13 04:33:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2008/11/23 16:16:35 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.51 2008/12/13 04:33:43 obache Exp $
 #
 
 DISTNAME=      w3m-${W3M_VERS}
@@ -63,9 +63,9 @@
 
 INSTALLATION_DIRS+=    ${DOCDIR}
 
+INSTALL_TARGET=                install install-helpfile
+
 post-install:
-       # Install help files.
-       @cd ${WRKSRC}; ${MAKE_PROGRAM} DESTDIR=${DESTDIR} install-helpfile
        # Use pax to discard uid/gid.  Exclude manuals (*.1).
        @cd ${WRKSRC}; pax -w -s ',.*\.1$$,,' doc doc-jp | \
            ( cd ${DESTDIR}${PREFIX}/${DOCDIR}; pax -r )



Home | Main Index | Thread Index | Old Index