diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-10-31 15:20:14 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-10-31 15:20:14 +0800 |
commit | d4f53560838219d7aab88ab6dc05e8bc406ad9c6 (patch) | |
tree | 9543800c78fecf19fc64f5cc04f5cedb9a493c36 /multimedia/audacious-plugins/Makefile | |
parent | f05a5d3208138f559382234bbf3da206bdc26e88 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |