1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Switch to options helpers

- Silence mkdirs
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-07-15 09:00:37 +00:00
parent e8c42b2893
commit 5f176978ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418574
2 changed files with 7 additions and 5 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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