diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-22 16:57:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-10-22 16:57:44 +0000 |
commit | ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b (patch) | |
tree | 2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /www/p5-Apache-MP3 | |
parent | b7dc0097d8f16ceafe2ef576019b9ae276e9c6ef (diff) | |
download | ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.tar.gz ports-ce89a80f592c444ebcf41ccf6b2d7951c75a7e3b.zip |
Notes
Diffstat (limited to 'www/p5-Apache-MP3')
-rw-r--r-- | www/p5-Apache-MP3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-MP3/Makefile b/www/p5-Apache-MP3/Makefile index 28b2cb10f821..87c8078a9431 100644 --- a/www/p5-Apache-MP3/Makefile +++ b/www/p5-Apache-MP3/Makefile @@ -30,8 +30,8 @@ MAN3= Apache::MP3.3 \ NO_STAGE= yes post-install: - ${MKDIR} ${DATADIR} + @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${DATADIR} - ${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |