diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2012-12-04 18:05:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-12-04 18:05:23 +0000 |
commit | 04dd0a881a52a58c04addf34a25db580e040481c (patch) | |
tree | e68193e4ac17abf77bce8964cf6c604222fa220c /misc/figlet/Makefile | |
parent | b2851f14e1946092bf239a02f23392530d70a4ab (diff) | |
download | ports-04dd0a881a52a58c04addf34a25db580e040481c.tar.gz ports-04dd0a881a52a58c04addf34a25db580e040481c.zip |
Notes
Diffstat (limited to 'misc/figlet/Makefile')
-rw-r--r-- | misc/figlet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index b3a5f3c7cd6c..4412e1e73e33 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -36,8 +36,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/fonts/*.flc ${DATADIR} @ cd ${WRKSRC} && ${INSTALL_MAN} *.6 ${PREFIX}/man/man6 .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/figfont.txt ${DOCSDIR} + @ ${MKDIR} ${DOCSDIR} + @ ${INSTALL_DATA} ${WRKSRC}/figfont.txt ${DOCSDIR} .endif .include <bsd.port.mk> |