aboutsummaryrefslogtreecommitdiff
path: root/net/aslookup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/aslookup/Makefile')
-rw-r--r--net/aslookup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile
index 88142d5869f9..70770850b1b5 100644
--- a/net/aslookup/Makefile
+++ b/net/aslookup/Makefile
@@ -19,9 +19,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${STAGEDIR}${PREFIX}/bin
- @if [ ! -d ${STAGEDIR}${PREFIX}/share/doc/aslookup ]; then \
+ @if [ ! -d ${STAGEDIR}${PREFIX}/share/doc/aslookup ]; then \
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/aslookup; fi
- ${INSTALL_DATA} ${WRKSRC}/readme-eng.txt ${WRKSRC}/readme-jp.txt \
+ ${INSTALL_DATA} ${WRKSRC}/readme-eng.txt ${WRKSRC}/readme-jp.txt \
${STAGEDIR}${PREFIX}/share/doc/aslookup
.include <bsd.port.mk>