summaryrefslogtreecommitdiff
path: root/audio/xmms-shn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-shn/Makefile')
-rw-r--r--audio/xmms-shn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile
index 7461bb066cee..2d08fa0589d6 100644
--- a/audio/xmms-shn/Makefile
+++ b/audio/xmms-shn/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmms-shn
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.4
CATEGORIES= audio
MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/ \
${MASTER_SITE_LOCAL}
@@ -22,4 +22,10 @@ USE_GTK= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif #NOPORTDOCS
+
.include <bsd.port.mk>