summaryrefslogtreecommitdiff
path: root/multimedia/audacious-plugins
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-plugins
parentUpdate to 1.2. (diff)
Tidy up.
PR: ports/104101 Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=175722
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r--multimedia/audacious-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 3d752c2168e7..3913ae658971 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/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