diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-15 09:00:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-15 09:00:37 +0000 |
commit | 5f176978ec975a7da4002988c42044c6d096dd87 (patch) | |
tree | cabd057a4472f0ce348915f92f70a076b9748605 /korean/nhpf/files | |
parent | e8c42b289394906e48995af9513d3c66dfd6181b (diff) |
- Switch to options helpers
- Silence mkdirs
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=418574
Diffstat (limited to 'korean/nhpf/files')
-rw-r--r-- | korean/nhpf/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/nhpf/files/patch-Makefile b/korean/nhpf/files/patch-Makefile index da4a39d8dcba..d34637772519 100644 --- a/korean/nhpf/files/patch-Makefile +++ b/korean/nhpf/files/patch-Makefile @@ -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 |