diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:26:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 14:26:57 +0000 |
commit | 50418f3429c458d9c665e20145ff04bf2b56c313 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /x11-themes/irssi-themes | |
parent | 60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff) | |
download | ports-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz ports-50418f3429c458d9c665e20145ff04bf2b56c313.zip |
Quiesce mkdir
Notes
Notes:
svn path=/head/; revision=348550
Diffstat (limited to 'x11-themes/irssi-themes')
-rw-r--r-- | x11-themes/irssi-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/irssi-themes/Makefile b/x11-themes/irssi-themes/Makefile index 77a087ef7bee..d3a27a320175 100644 --- a/x11-themes/irssi-themes/Makefile +++ b/x11-themes/irssi-themes/Makefile @@ -28,13 +28,13 @@ PLIST_FILES+= ${THEMESDIR_REL}/${f} PLIST_DIRSTRY= share/irssi/themes share/irssi do-extract: - @${MKDIR} ${WRKSRC} + @@${MKDIR} ${WRKSRC} .for f in ${DISTFILES} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSRC} .endfor do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL} + @${MKDIR} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL} .for f in ${DISTFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL} .endfor |