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 | |
parent | 60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/audacious-skins/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/irssi-themes/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile index e5263a3ee641..7ed5bb38dd83 100644 --- a/x11-themes/audacious-skins/Makefile +++ b/x11-themes/audacious-skins/Makefile @@ -17,7 +17,7 @@ NO_BUILD= yes DATADIR= ${PREFIX}/share/audacious do-install: - ${MKDIR} ${STAGEDIR}${DATADIR}/Skins + @${MKDIR} ${STAGEDIR}${DATADIR}/Skins ${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins .include <bsd.port.mk> 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 |