diff options
-rw-r--r-- | www/w3m/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index ba9b06671d3..b28d5b36217 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2008/12/13 04:33:43 obache Exp $ +# $NetBSD: Makefile.common,v 1.52 2008/12/13 08:09:41 obache Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -58,9 +58,6 @@ post-extract: @cd ${WRKSRC}/doc-jp; ${RM} -fr CVS @cd ${WRKSRC}; ${RM} -fr gc -post-patch: - @${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} - INSTALLATION_DIRS+= ${DOCDIR} INSTALL_TARGET= install install-helpfile |