summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-12-13 04:33:43 +0000
committerobache <obache@pkgsrc.org>2008-12-13 04:33:43 +0000
commite50a596989bd1062e92ce3527c12c120f707a868 (patch)
tree3df49cef8f45af79deea5585035b9c7a22551a42 /www/w3m
parent79b390692b3492b6dec475539065a11d789d816d (diff)
downloadpkgsrc-e50a596989bd1062e92ce3527c12c120f707a868.tar.gz
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 (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 1b66ef91c89..ba9b06671d3 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -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 @@ post-patch:
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 )