From owner-svn-ports-all@freebsd.org Fri Jul 15 09:00:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7170DB9A81C; Fri, 15 Jul 2016 09:00:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E936138F; Fri, 15 Jul 2016 09:00:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6F90bEe054214; Fri, 15 Jul 2016 09:00:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6F90bDp054212; Fri, 15 Jul 2016 09:00:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201607150900.u6F90bDp054212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 Jul 2016 09:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418574 - in head/korean/nhpf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 09:00:38 -0000 Author: amdmi3 Date: Fri Jul 15 09:00:37 2016 New Revision: 418574 URL: https://svnweb.freebsd.org/changeset/ports/418574 Log: - Switch to options helpers - Silence mkdirs - Regenerate patches with `make makepatch` Modified: head/korean/nhpf/Makefile head/korean/nhpf/files/patch-Makefile Modified: head/korean/nhpf/Makefile ============================================================================== --- head/korean/nhpf/Makefile Fri Jul 15 07:39:50 2016 (r418573) +++ head/korean/nhpf/Makefile Fri Jul 15 09:00:37 2016 (r418574) @@ -16,9 +16,11 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nhpf ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/korean/nhpf/files/patch-Makefile ============================================================================== --- head/korean/nhpf/files/patch-Makefile Fri Jul 15 07:39:50 2016 (r418573) +++ head/korean/nhpf/files/patch-Makefile Fri Jul 15 09:00:37 2016 (r418574) @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 19 03:12:14 2003 -+++ Makefile Sun Oct 19 03:12:40 2003 +--- Makefile.orig 1997-02-22 06:33:07 UTC ++++ Makefile @@ -1,13 +1,13 @@ # Makefile for Netscape Hangul PS file filter # Lee yongjae, setup@shiva.snu.ac.kr, 1997.1.22. @@ -17,7 +17,7 @@ all: $(ALL) clean: -@@ -18,7 +18,7 @@ +@@ -18,7 +18,7 @@ nhpf: nhpf.o ncode.o rm -f wrapstr wrapstr: wrapstr.c