diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:41:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:41:08 +0000 |
commit | 1df502b5efe95b975b990828ca0e59ed7f2c5aa2 (patch) | |
tree | dda047ed4c54e792c546e693b419d83b66b2b49b /security/idea | |
parent | 063591ec60a4cb43b94a14cfd1385636cd64a978 (diff) |
Fix @@${MKDIR} -> @${MKDIR}
Notified by: antoine (via irc)
Notes
Notes:
svn path=/head/; revision=348556
Diffstat (limited to 'security/idea')
-rw-r--r-- | security/idea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile index 285cf8b1839f..331779eaf602 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -24,7 +24,7 @@ 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} ${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt \ |