diff --git a/korean/hmconv/Makefile b/korean/hmconv/Makefile index 10fdc3430db8..f34996caa6d9 100644 --- a/korean/hmconv/Makefile +++ b/korean/hmconv/Makefile @@ -20,8 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|^HEDITOR=.*|HEDITOR=$$EDITOR|' \ - ${WRKSRC}/hmailedit + @${REINPLACE_CMD} -e 's|^HEDITOR=.*|HEDITOR=$$EDITOR|' \ + ${WRKSRC}/hmailedit do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/hmconv ${WRKSRC}/hmconv1.0pl3.c @@ -29,6 +29,8 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hmailedit ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/hmconv ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .include diff --git a/korean/hmconv/files/patch-hmconv1.0pl3.c b/korean/hmconv/files/patch-hmconv1.0pl3.c index 56c11913798b..0c41be6ef6bd 100644 --- a/korean/hmconv/files/patch-hmconv1.0pl3.c +++ b/korean/hmconv/files/patch-hmconv1.0pl3.c @@ -1,5 +1,5 @@ ---- hmconv1.0pl3.c.orig 1996-07-22 23:16:14.000000000 -0400 -+++ hmconv1.0pl3.c 2013-06-12 14:24:05.000000000 -0400 +--- hmconv1.0pl3.c.orig 1996-07-23 03:16:14 UTC ++++ hmconv1.0pl3.c @@ -46,6 +46,7 @@ @@ -8,7 +8,7 @@ #include #define isksc(c) ( (unsigned char) (c) > (unsigned char) '\240' && \ -@@ -125,6 +126,7 @@ +@@ -125,6 +126,7 @@ char *optstring; } #ifndef KNR @@ -16,7 +16,7 @@ main (int argc, char **argv) #else main (argc,argv) -@@ -208,7 +210,7 @@ +@@ -208,7 +210,7 @@ int convert() if ( !ishangul) { /* KSC 5601 doesn't appear, yet */ fputs((char *) line,out); /* no conversion */