summaryrefslogtreecommitdiff
path: root/audio/xmms-crossfade
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-18 08:01:25 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-18 08:01:25 +0000
commitd293b9db160a0dfd0ea19dba7bf255144ce233ef (patch)
treebcfbaaae5da78fdc44756bf29594e15187268614 /audio/xmms-crossfade
parent- Update to 0.23 (diff)
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Notes
Notes: svn path=/head/; revision=190273
Diffstat (limited to 'audio/xmms-crossfade')
-rw-r--r--audio/xmms-crossfade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile
index dc38737db37a..d792cf25850a 100644
--- a/audio/xmms-crossfade/Makefile
+++ b/audio/xmms-crossfade/Makefile
@@ -8,7 +8,7 @@
PORTNAME= crossfade
PORTVERSION= 0.3.12
CATEGORIES= audio
-MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CSME
+MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CENKES
PKGNAMEPREFIX= ${APP}-
DISTNAME= xmms-${PORTNAME}-${PORTVERSION}
@@ -43,7 +43,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/.libs/libcrossfade.so ${PREFIX}/${PLUGDIR}/
.ifndef NOPORTDOCS
- ${INSTALL_DATA} -d -m 555 ${DOCSDIR}/
+ ${INSTALL} -d ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif