summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-06-09 04:20:28 +0000
committerMark Pulford <markp@FreeBSD.org>2001-06-09 04:20:28 +0000
commit438272f0335ae5009c30a8f736038ee22390279e (patch)
tree99f32bee78f8d00f2f651e5da7ff10347a212d5e /audio
parentAdd a patch to fix the build with recent ruby. It has already been (diff)
Display message to warn user archivers/unzip may need to be installed
PR: 24417 Reviewed by: will
Notes
Notes: svn path=/head/; revision=43688
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms/Makefile1
-rw-r--r--audio/xmms/pkg-message2
2 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index b5417e9d0121..cb33a4c8d84e 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -96,5 +96,6 @@ pre-patch:
post-install:
@${MKDIR} ${PREFIX}/share/xmms/Skins
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/audio/xmms/pkg-message b/audio/xmms/pkg-message
new file mode 100644
index 000000000000..d5080b5fd0a2
--- /dev/null
+++ b/audio/xmms/pkg-message
@@ -0,0 +1,2 @@
+Xmms supports Gzipped and uncompressed skins. If you would like to use
+Zip format skins you will need to ensure archivers/unzip is installed.