diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/bcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/bsdsfv/Makefile | 2 | ||||
-rw-r--r-- | security/cksfv/Makefile | 2 | ||||
-rw-r--r-- | security/idea/Makefile | 4 | ||||
-rw-r--r-- | security/op/Makefile | 2 | ||||
-rw-r--r-- | security/pkcrack/Makefile | 2 | ||||
-rw-r--r-- | security/pure-sfv/Makefile | 2 | ||||
-rw-r--r-- | security/vpnc/Makefile | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 64f52a08bf51..0b91f692f5cd 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile index 34f4f12736ec..0f3d082e2755 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -20,7 +20,7 @@ post-patch: ${WRKSRC}/Makefile post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 10f001bb875a..0f41d362ce1f 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/security/idea/Makefile b/security/idea/Makefile index e3630e51d841..285cf8b1839f 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -24,9 +24,9 @@ do-build: do-install: ${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${STAGEDIR}${PREFIX}/man/manl ${INSTALL_PROGRAM} -m 0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Examples ${STAGEDIR}${EXAMPLESDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt \ ${STAGEDIR}${DOCSDIR} diff --git a/security/op/Makefile b/security/op/Makefile index df039493ad5f..cf725bb61aee 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -13,7 +13,7 @@ COMMENT= Controlled privilege escalation tool GNU_CONFIGURE= yes post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d ${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample diff --git a/security/pkcrack/Makefile b/security/pkcrack/Makefile index 3e4ae36fe76e..01369cdd6733 100644 --- a/security/pkcrack/Makefile +++ b/security/pkcrack/Makefile @@ -26,7 +26,7 @@ do-install: .for f in extract findkey makekey ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/pk${f} .endfor - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index 05553102fe06..fb92030c629e 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -27,7 +27,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index b2fa4ab24cd4..9389b9ed104e 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -74,7 +74,7 @@ do-install: ${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc .endif ${INSTALL_MAN} ${WRKSRC}/${MANPAGE8} ${STAGEDIR}${MANPREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |