aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audacious-plugins/Makefile
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2006-10-31 15:20:14 +0800
committerlawrance <lawrance@FreeBSD.org>2006-10-31 15:20:14 +0800
commitd4f53560838219d7aab88ab6dc05e8bc406ad9c6 (patch)
tree9543800c78fecf19fc64f5cc04f5cedb9a493c36 /multimedia/audacious-plugins/Makefile
parentf05a5d3208138f559382234bbf3da206bdc26e88 (diff)
downloadfreebsd-ports-gnome-d4f53560838219d7aab88ab6dc05e8bc406ad9c6.tar.gz
freebsd-ports-gnome-d4f53560838219d7aab88ab6dc05e8bc406ad9c6.tar.zst
freebsd-ports-gnome-d4f53560838219d7aab88ab6dc05e8bc406ad9c6.zip
Tidy up.
PR: ports/104101 Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-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