summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/flac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 616163fcad47..8bb8e36c2879 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -8,6 +8,7 @@
PORTNAME= flac
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,9 +35,9 @@ post-install:
.if !defined(NO_PORTDOCS)
${MKDIR} ${PREFIX}/share/doc/flac
${MKDIR} ${PREFIX}/share/doc/flac/images
- ${CP} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/flac
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/flac
.for file in logo.jpg 1x1.gif
- ${CP} ${WRKSRC}/doc/images/${file} ${PREFIX}/share/doc/flac/images
+ ${INSTALL_DATA} ${WRKSRC}/doc/images/${file} ${PREFIX}/share/doc/flac/images
.endfor
.endif