aboutsummaryrefslogtreecommitdiff
path: root/multimedia/audacious
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-10-31 07:20:14 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-10-31 07:20:14 +0000
commit4d826c02013ed9a84099e338cfbbb9eb7013c591 (patch)
tree84d1fc62b9a21beb8b51b71726c6177a9ab6632a /multimedia/audacious
parent0d75efb358c7062ef7b7051f1ac8bc63a3b8401b (diff)
downloadports-4d826c02013ed9a84099e338cfbbb9eb7013c591.tar.gz
ports-4d826c02013ed9a84099e338cfbbb9eb7013c591.zip
Notes
Diffstat (limited to 'multimedia/audacious')
-rw-r--r--multimedia/audacious/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index 3d752c2168e7..3913ae658971 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -131,12 +131,12 @@ post-install:
.if defined(WITH_GNOME)
@${ECHO_MSG} ""
@${ECHO_MSG} "You have installed audacious with gconf support."
- @${ECHO_MSG} "ALL PRESETS will be storing in the gconf database."
+ @${ECHO_MSG} "ALL PRESETS will be stored in the gconf database."
@${ECHO_MSG} ""
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for i in README AUTHORS ChangeLog NEWS
+.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif