diff options
author | obache <obache> | 2008-12-13 04:33:43 +0000 |
---|---|---|
committer | obache <obache> | 2008-12-13 04:33:43 +0000 |
commit | 3fde105180dc8775e71156fb268fd869f1c6fb42 (patch) | |
tree | 3df49cef8f45af79deea5585035b9c7a22551a42 /www | |
parent | 85974e93507b3296195181d0957ddbd4d46ec17d (diff) | |
download | pkgsrc-3fde105180dc8775e71156fb268fd869f1c6fb42.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')
-rw-r--r-- | www/w3m/Makefile.common | 6 |
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 ) |