aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NSP/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-22 16:57:44 +0000
commitce89a80f592c444ebcf41ccf6b2d7951c75a7e3b (patch)
tree2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /textproc/p5-Text-NSP/Makefile
parentb7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff)
downloadports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz
ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
Notes
Notes: svn path=/head/; revision=331301
Diffstat (limited to 'textproc/p5-Text-NSP/Makefile')
-rw-r--r--textproc/p5-Text-NSP/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-Text-NSP/Makefile b/textproc/p5-Text-NSP/Makefile
index 71b6071d23b7..b7b038b51d33 100644
--- a/textproc/p5-Text-NSP/Makefile
+++ b/textproc/p5-Text-NSP/Makefile
@@ -56,16 +56,14 @@ MAN3= Text::NSP.3 \
Text::NSP::Measures::4D::MI.3 \
Text::NSP::Measures::4D::MI::ll.3
-DOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
+PORTDOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
doc/NSP-Class-diagram.png doc/README.pod doc/TODO.pod \
doc/USAGE.pod doc/cicling2003.pdf doc/cicling2003.ps \
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
@${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}"
.endif